Class: Resumer::Command::Usage
- Inherits:
-
Commander::Command
- Object
- Commander::Command
- Resumer::Command::Usage
- Defined in:
- lib/resumer/commands/usage.rb
Overview
Display usage info
Instance Method Summary collapse
-
#initialize ⇒ Usage
constructor
A new instance of Usage.
- #run(*_args) ⇒ Object
Constructor Details
Instance Method Details
#run(*_args) ⇒ Object
15 16 17 |
# File 'lib/resumer/commands/usage.rb', line 15 def run(*_args) say("usage: #{@syntax}") end |