Class: Wemux::Pair::Commands::PrintUsage
- Defined in:
- lib/wemux/pair/commands/print_usage.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Wemux::Pair::Commands::Command
Instance Method Details
#execute ⇒ Object
7 8 9 10 11 12 |
# File 'lib/wemux/pair/commands/print_usage.rb', line 7 def execute puts "pair host" puts "pair stop" puts "pair <number>" puts "pair --init # Create a sample .pair.yml file." end |