Class: Inch::CLI::CommandParser::FakeCommand Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/inch/cli/command_parser.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Represents a fake command, i.e. ‘–help` for use in the CLI.

Instance Attribute Summary collapse

Instance Attribute Details

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



40
41
42
# File 'lib/inch/cli/command_parser.rb', line 40

def exit_status
  @exit_status
end