From 94b265872da03ba6c65feb86cffb7a4afc62a99d Mon Sep 17 00:00:00 2001 From: fdai7374 Date: Thu, 2 Feb 2023 19:07:04 +0100 Subject: [PATCH] feat: add logout to help section --- src/builtins/help.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/builtins/help.rs b/src/builtins/help.rs index 86e3fdd..1e54065 100644 --- a/src/builtins/help.rs +++ b/src/builtins/help.rs @@ -11,6 +11,7 @@ impl Builtin for Help { exit exits the shell fetch prints out system information help displays this command + logout current user gets logged out ls lists contents of directory open shows content of files pwd shows path to current working directory