Method: Ink::Command#help
- Defined in:
- lib/ink/command.rb
#help ⇒ Object
18 19 20 21 22 23 24 25 26 |
# File 'lib/ink/command.rb', line 18 def help puts "Usage:\n ink help # Display helper info\n ink list # List all available stylesheets\n ink show [NAME] # Display the stylesheet for the specified name\n ink version # Prints the ink's version information\n" end |