shellfirm/
data.rs

1#[derive(Debug)]
2pub struct CmdExit {
3    pub code: exitcode::ExitCode,
4    pub message: Option<String>,
5}