Method: PDK::CLI::ExecGroup#exit_code

Defined in:
lib/pdk/cli/exec_group.rb

#exit_codeint

This method is abstract.

The return code of running all registered blocks

Returns:

  • (int)

    The highest exit code from the blocks



49
# File 'lib/pdk/cli/exec_group.rb', line 49

def exit_code; end