pmsh 0.0.1

A custom shell written in Rust
1
2
3
4
5
6
7
8
// Help template used by shell builtins
pub const SHELL_HELP_TEMPLATE: &str = "\
{usage-heading} {usage}

{about}

{after-help}
";