summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorCastor Gemini <[email protected]>2025-08-24 09:01:34 -0500
committerJeff Carr <[email protected]>2025-08-24 09:01:34 -0500
commit1a6b3671443c86ced2f7143116b3f8ff7206cef5 (patch)
tree524d88f633f5f2e298356eaafd5fedb739153655 /argv.go
parentcd170de6777c517920abf7894c9dc2379fb12e5a (diff)
feat(stats): add --stats flag to save session stats
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index ff5c70f..21c6210 100644
--- a/argv.go
+++ b/argv.go
@@ -16,6 +16,7 @@ type args struct {
Output string `arg:"--output" help:"should get a string from regex-cli"`
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"`
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"`