Module: CommandKit::Help::ClassMethods
- Defined in:
- lib/command_kit/help.rb
Overview
Class-level methods.
Instance Method Summary collapse
-
#help(**kwargs) ⇒ Object
Prints
--help
information.
Instance Method Details
#help(**kwargs) ⇒ Object
Prints --help
information.
58 59 60 |
# File 'lib/command_kit/help.rb', line 58 def help(**kwargs) new(**kwargs).help end |