repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
59c9f21
parent
73024ce
author
Eric Bower
date
2025-06-28 09:23:02 -0400 EDT
chore(pico): missing help cmd txt
1 files changed,  +1, -1
M pkg/apps/pico/cli.go
+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"