mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 12:38:03 +00:00
@@ -0,0 +1,9 @@
|
||||
//!
|
||||
//! The exit code constants.
|
||||
//!
|
||||
|
||||
/// The common application success exit code.
|
||||
pub const EXIT_CODE_SUCCESS: i32 = 0;
|
||||
|
||||
/// The common application failure exit code.
|
||||
pub const EXIT_CODE_FAILURE: i32 = 1;
|
||||
Reference in New Issue
Block a user