Class: Wemux::Pair::Commands::PrintUsage

Inherits:
Command
  • Object
show all
Defined in:
lib/wemux/pair/commands/print_usage.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize, run

Constructor Details

This class inherits a constructor from Wemux::Pair::Commands::Command

Instance Method Details

#executeObject



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