Class: Packwerk::Commands::HelpCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Packwerk::Commands::HelpCommand
- Defined in:
- lib/packwerk/commands/help_command.rb
Instance Method Summary collapse
-
#run ⇒ Object
: -> bool.
Methods inherited from BaseCommand
Constructor Details
This class inherits a constructor from Packwerk::Commands::BaseCommand
Instance Method Details
#run ⇒ Object
: -> bool
11 12 13 14 15 16 17 18 19 20 |
# File 'lib/packwerk/commands/help_command.rb', line 11 def run err_out.puts(<<~USAGE) Usage: #{$PROGRAM_NAME} <subcommand> Subcommands: #{command_help_lines} USAGE true end |