Update helpers.go
correction of the promt for the "picoclaw onboard" command.
This commit is contained in:
parent
403ceb39be
commit
e4b104c0de
1 changed files with 5 additions and 1 deletions
|
|
@ -97,7 +97,11 @@ func onboard(encrypt bool) {
|
||||||
fmt.Println("")
|
fmt.Println("")
|
||||||
fmt.Println(" See README.md for 17+ supported providers.")
|
fmt.Println(" See README.md for 17+ supported providers.")
|
||||||
fmt.Println("")
|
fmt.Println("")
|
||||||
fmt.Println(" 3. Chat: picoclaw agent -m \"Hello!\"")
|
if encrypt {
|
||||||
|
fmt.Println(" 3. Chat: picoclaw agent -m \"Hello!\"")
|
||||||
|
} else {
|
||||||
|
fmt.Println(" 2. Chat: picoclaw agent -m \"Hello!\"")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// promptPassphrase reads the encryption passphrase twice from the terminal
|
// promptPassphrase reads the encryption passphrase twice from the terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue