rust-rewrite #2

Merged
siennathesane merged 39 commits from rust-rewrite into mainline 2026-03-21 14:40:42 +00:00
Showing only changes of commit b6daf608af - Show all commits

View File

@@ -4,6 +4,7 @@
//! which maps them to exit codes and log output.
/// Exit codes for the sunbeam CLI.
#[allow(dead_code)]
pub mod exit {
pub const SUCCESS: i32 = 0;
pub const GENERAL: i32 = 1;