A command-line utility powered by Cuprum that provides tools and utilities for defining command-line tools.
Error returned when a system command returns a non-success status.
TYPE
= 'cuprum.cli.errors.system_command_failure'
Short string used to identify the type of error.
#initialize(command:, details: nil, exit_status: nil) => SystemCommandFailure
#command => Object (readonly)
Returns the value of attribute command.
#details => Object (readonly)
Returns the value of attribute details.
#exit_status => Object (readonly)
Returns the value of attribute exit_status.
Back to Documentation | Reference | Cuprum | Cuprum::Cli | Cuprum::Cli::Errors