Browse Source

feat: add logout to help section

main
fdai7374 2 years ago
committed by fdai7451
parent
commit
94b265872d
  1. 1
      src/builtins/help.rs

1
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

Loading…
Cancel
Save