removed add-context

This commit is contained in:
Jonathan Dunn 2024-08-16 16:39:22 -04:00
parent f054a3c40c
commit b01bedb54a

View File

@ -28,7 +28,6 @@ type Flags struct {
ListAllContexts bool `short:"x" long:"listcontexts" description:"List all contexts"`
ListAllSessions bool `short:"X" long:"listsessions" description:"List all sessions"`
UpdatePatterns bool `short:"U" long:"updatepatterns" description:"Update patterns"`
AddContext bool `short:"A" long:"addcontext" description:"Add a context"`
Message string `hidden:"true" description:"Message to send to chat"`
Copy bool `short:"c" long:"copy" description:"Copy to clipboard"`
Model string `short:"m" long:"model" description:"Choose model"`