Skip to content

Commit 1ce694a

Browse files
committed
docs: add help
1 parent fc6e89c commit 1ce694a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hosted/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default {
120120
121121
// TODO Create terminal-like columns
122122
help: () => {
123-
const list = ['cd', 'hello-world', 'help', 'nano', 'norris']
123+
const list = ['cd', 'clear', 'hello-world', 'help', 'history', 'nano', 'norris']
124124
return createStdout(listFormatter(...list))
125125
},
126126

0 commit comments

Comments
 (0)