Method: Spider::CommandLine::AssetsCommand#initialize
- Defined in:
- lib/spiderfw/cmd/commands/assets.rb
#initialize ⇒ AssetsCommand
Returns a new instance of AssetsCommand.
6 7 8 9 |
# File 'lib/spiderfw/cmd/commands/assets.rb', line 6 def initialize super('assets', true, true ) @short_desc = "Gestisci assets" end |