Class: Ruwi::Cli::Command::Base
- Inherits:
-
Object
- Object
- Ruwi::Cli::Command::Base
show all
- Defined in:
- lib/ruwi/cli/command/base.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.description ⇒ Object
13
14
15
|
# File 'lib/ruwi/cli/command/base.rb', line 13
def self.description
nil
end
|
Instance Method Details
#run(_argv) ⇒ Object
17
18
19
|
# File 'lib/ruwi/cli/command/base.rb', line 17
def run(_argv)
raise NotImplementedError, "Subclasses must implement #run"
end
|