From 766b9b512cad9fdaadc8d9b7bf428c925bcced4d Mon Sep 17 00:00:00 2001 From: fdai7374 Date: Fri, 3 Feb 2023 23:13:55 +0100 Subject: [PATCH] feat: add blahaj command to help section --- src/builtins/help.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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