add man pages for shell commands and implement mkdir, ping, matrix, and about commands
This commit is contained in:
@@ -21,4 +21,8 @@ export class rm implements IShellCommand {
|
||||
this.syscall.deleteFile(filename);
|
||||
return `Removed ${filename}`;
|
||||
}
|
||||
|
||||
getManPage(): string {
|
||||
return "rm - remove files or directories";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user