Skip to content

Commit

Permalink
removed add-context
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dunn authored and Jonathan Dunn committed Aug 16, 2024
1 parent f054a3c commit b01bedb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit b01bedb

Please sign in to comment.