Class: Sshster::Actions::Help
- Inherits:
-
Object
- Object
- Sshster::Actions::Help
- Defined in:
- lib/sshster/actions/help.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/sshster/actions/help.rb', line 5 def run puts " sshster [-h] [-c] <command>\n\n Commands:\n\n init Initialize sshster configuration files inside of yours ~/.ssh dir\n compose Compile your projects to ~/.ssh/config file\n help Show this help\n HELP\nend\n" |