Class: Grundler::Commands::Help
- Inherits:
-
Object
- Object
- Grundler::Commands::Help
- Defined in:
- lib/grundler/commands/help.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(_cli, _arguments, _json_writer) ⇒ Help
constructor
A new instance of Help.
Constructor Details
Class Method Details
.help_text ⇒ Object
8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/grundler/commands/help.rb', line 8 def self.help_text <<~HELP_TEXT Usage: grundle <command> grundle add add package to project grundle install install all packages in lockfile grundle update update all packages in lockfile grundle remove remove a package from project grundle help display this help HELP_TEXT end |