From ef834c521fe0b94a2709ff2d3cb689558e7fce2d Mon Sep 17 00:00:00 2001 From: fdai7374 Date: Sat, 4 Feb 2023 18:53:21 +0100 Subject: [PATCH] feat: add rick and german flag blahaj style to help --- 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 5701bd9..179fb82 100644 --- a/src/builtins/help.rs +++ b/src/builtins/help.rs @@ -6,7 +6,7 @@ pub struct Help; impl Builtin for Help { fn execute(&mut self, _: &mut BuiltinConfig, _: Vec) -> Result<(), ShellError> { - let commands = "blahaj prints blahaj, styles: p, t + let commands = "blahaj prints blahaj, styles: ger, p, t cd changes current working directory change-prompt changes prompt style (default, bashlike, simpledirectory) exit exits the shell @@ -17,6 +17,7 @@ impl Builtin for Help { open shows content of files pwd shows path to current working directory quote prints a random quote + rick plays rick rolls on YouTube segfault exits, but the elegant way sus shows amogus ";