Commit 59c9f21
Eric Bower
·
2025-06-28 09:23:02 -0400 EDT
parent 73024ce
chore(pico): missing help cmd txt
1 files changed,
+1,
-1
+1,
-1
1@@ -50,7 +50,7 @@ func (c *Cmd) output(out string) {
2 }
3
4 func (c *Cmd) help() {
5- helpStr := "Commands: [help, user, logs, chat]\n"
6+ helpStr := "Commands: [help, user, logs, chat, not-found]\n"
7 helpStr += "help - this message\n"
8 helpStr += "user - display user information (returns name, id, account created, pico+ expiration)\n"
9 helpStr += "logs - stream user logs\n"