Class: Sshster::Actions::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/sshster/actions/help.rb

Instance Method Summary collapse

Instance Method Details

#runObject



5
6
7
8
9
10
11
12
13
14
15
# File 'lib/sshster/actions/help.rb', line 5

def run
  puts <<~HELP
    sshster [-h] [-c] <command>

    Commands:

    init    Initialize sshster configuration files inside of yours ~/.ssh dir
    compose Compile your projects to ~/.ssh/config file
    help    Show this help
  HELP
end