diff --git a/src/builtins/help.rs b/src/builtins/help.rs index 5608cef..5701bd9 100644 --- a/src/builtins/help.rs +++ b/src/builtins/help.rs @@ -6,7 +6,8 @@ pub struct Help; impl Builtin for Help { fn execute(&mut self, _: &mut BuiltinConfig, _: Vec) -> Result<(), ShellError> { - let commands = "cd changes current working directory + let commands = "blahaj prints blahaj, styles: p, t + cd changes current working directory change-prompt changes prompt style (default, bashlike, simpledirectory) exit exits the shell fetch prints out system information