diff options
| author | Jeff Carr <[email protected]> | 2025-10-06 07:05:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-06 07:05:43 -0500 |
| commit | fcd790a46c0fa6991e08dc825d10b5a13276bbe5 (patch) | |
| tree | feb23c82d123d6635acd33bd31de1c0b26efcc0e /argv.go | |
| parent | 8516f60136ead0156cf1f6d2784206bb584a5d82 (diff) | |
make something to purge untracked files
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
