MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / help

Function help

shell/src/main.rs:63–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63fn help() {
64 println!(
65"EuraliOS shell help
66
67* Console windows
68 F1 System processes
69 F2..F5 User consoles
70
71* Built-in commands:
72 ls [<path>] List directory
73 cd <path> Change directory
74 pwd Print working directory
75 rm <file> Delete a file
76 mount List mounted filesystems
77 umount <path> Un-mount a filesystem
78 mkdir <path> Make a directory
79 exit Exit shell
80"
81 );
82}
83
84/// List a directory
85fn ls(current_directory: &Path, args: &[&str]) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected