Skip to main content

EXIT_SUCCESS

Constant EXIT_SUCCESS 

Source
pub const EXIT_SUCCESS: i32 = 0;
Expand description

Command completed successfully (allowed, passed, healthy).

Used when:

  • A command is allowed by dcg
  • A subcommand completes without errors
  • Health checks pass