index
:
mingling.git
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
/
res
/
exit_code.rs
blob: 388a6f163c06a32ed827d7871951fd9546b31fc6 (
plain
) (
blame
)
1
2
3
4
#[derive(Debug, Default, Clone, Copy)]
pub
struct
ExitCode
{
pub
exit_code
:
i32
,
}