Private
Public Access
1
0

Add edit command

Various refactoring:
- reduced repetition with conversation message handling
- made some functions internal
This commit is contained in:
2024-01-02 04:31:21 +00:00
parent 59e78669c8
commit 239ded18f3
7 changed files with 257 additions and 205 deletions

View File

@@ -9,7 +9,7 @@ import (
func main() {
if err := cli.Execute(); err != nil {
fmt.Fprint(os.Stderr, err)
fmt.Fprintln(os.Stderr, err.Error())
os.Exit(1)
}
}