class Mmtrix::Cli::Command::CommandFailure

Capture a failure to execute the command.

Attributes

options[R]

Public Class Methods

new(message, opt_parser=nil) click to toggle source
Calls superclass method
# File lib/mmtrix/cli/command.rb, line 18
def initialize message, opt_parser=nil
  super message
  @options = opt_parser
end