We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a7642 commit da23a4dCopy full SHA for da23a4d
1 file changed
src/programs/help.ts
@@ -18,7 +18,7 @@ const header = (term, includes_mounted: boolean) => {
18
term.write(NEWLINE);
19
}
20
21
-
+// TODO: this should also probably be part of the shell rather than a program? i guess it doesn't matter much, it just acts more like man
22
export default {
23
name: "help",
24
description: "List programs or get help for a specific program.",
0 commit comments