summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 15:50:06 -0600
committerJeff Carr <[email protected]>2025-01-18 15:50:06 -0600
commitcbbd43f7b59cee14ed3c83d1da33a04cf8e73bbc (patch)
tree173f1d0d15b66962f16d3e3366f685da0269cda4 /main.go
parent4444e942ea0c179f94ef4baa8d8dc268f807a8f4 (diff)
start a 'clean' argv option
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 24213d0..395a318 100644
--- a/main.go
+++ b/main.go
@@ -117,6 +117,11 @@ func main() {
okExit("")
}
+ if argv.Clean != nil {
+ doClean()
+ okExit("")
+ }
+
if argv.Dirty != nil {
doDirty()
okExit("")