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} ";