summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-06 07:05:43 -0500
committerJeff Carr <[email protected]>2025-10-06 07:05:43 -0500
commitfcd790a46c0fa6991e08dc825d10b5a13276bbe5 (patch)
treefeb23c82d123d6635acd33bd31de1c0b26efcc0e /argv.go
parent8516f60136ead0156cf1f6d2784206bb584a5d82 (diff)
make something to purge untracked files
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index d9b6167..268a598 100644
--- a/argv.go
+++ b/argv.go
@@ -89,7 +89,8 @@ type DevCmd struct {
URL string `arg:"--connect" help:"forge url"`
DeleteUser bool `arg:"--delete-user" help:"delete all user branches (checks for safety)"`
Fix bool `arg:"--fix" help:"actually do it"`
- Prune bool `arg:"--prune" help:"prune"`
+ Prune bool `arg:"--prune" help:"git fetch prune"`
+ Untracked bool `arg:"--untracked" help:"git untracked file list"`
}
type CleanCmd struct {