summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorCastor Regex <[email protected]>2025-08-24 13:07:43 -0500
committerJeff Carr <[email protected]>2025-08-24 13:07:43 -0500
commitb03889101d81b1b6c79f627a22dca7569cb14ad6 (patch)
tree70d6be20c1da7b744ae6d399ab3dc99ed7a96336 /argv.go
parent1a6b3671443c86ced2f7143116b3f8ff7206cef5 (diff)
feat(chat): add --new-chat and --count-auto flags
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index 21c6210..775b0b5 100644
--- a/argv.go
+++ b/argv.go
@@ -17,6 +17,8 @@ type args struct {
Input string `arg:"--input" help:"should get a string from regex-cli"`
ImportFile string `arg:"--import" help:"import a file from regex-cli"`
Stats []string `arg:"--stats" help:"add stats to a chat"`
+ NewChat []string `arg:"--new-chat" help:"create a new chat"`
+ CountAuto bool `arg:"--count-auto" help:"count the number of auto chats"`
Force bool `arg:"--force" help:"try to strong arm things"`
Verbose bool `arg:"--verbose" help:"show more output"`
Bash bool `arg:"--bash" help:"generate bash completion"`