Class: Duty::CLI::VerboseView

Inherits:
View
  • Object
show all
Defined in:
lib/duty/cli.rb

Instance Method Summary collapse

Methods inherited from View

#initialize, #task_explain, #task_failure, #task_success

Constructor Details

This class inherits a constructor from Duty::CLI::View

Instance Method Details

#command_failure(command) ⇒ Object



196
197
198
# File 'lib/duty/cli.rb', line 196

def command_failure(command)
  failure(command_msg(command))
end

#command_success(command) ⇒ Object



192
193
194
# File 'lib/duty/cli.rb', line 192

def command_success(command)
  success(command_msg(command))
end