class Morpheus::Cli::CommandNotFoundError
An error indicating the command was not recognized, assigned exit code 127
Public Class Methods
Source
# File lib/morpheus/cli/errors.rb, line 20 def initialize(msg, args=[], optparse=nil, exit_code=nil) super(msg, args, optparse, exit_code || 127) end
Calls superclass method
Morpheus::Cli::CommandError::new