Method: Tane::Commands::Open.help_text
- Defined in:
- lib/tane/commands/open.rb
.help_text ⇒ Object
20 21 22 23 24 25 26 27 28 29 30 |
# File 'lib/tane/commands/open.rb', line 20 def help_text <<-EOL Usage: tane open Waits until there's a webserver running at port 3000 and then opens the browser to it. tane open EOL end |