Class: VimGet::Commands::CleanCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- VimGet::Commands::CleanCommand
- Defined in:
- lib/vimget/commands/clean_command.rb
Constant Summary
Constants inherited from BaseCommand
Instance Attribute Summary
Attributes inherited from BaseCommand
#command, #defaults, #options, #options_group, #program_name, #summary
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize ⇒ CleanCommand
constructor
A new instance of CleanCommand.
Methods inherited from BaseCommand
#arguments, #invoke, #show_help, #usage
Constructor Details
#initialize ⇒ CleanCommand
Returns a new instance of CleanCommand.
20 21 22 23 |
# File 'lib/vimget/commands/clean_command.rb', line 20 def initialize super('clean', 'clean all distributed files') end |