summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-28 10:11:31 -0500
committerJeff Carr <[email protected]>2025-08-28 10:11:31 -0500
commit9bcf2d968c7565516ee55c4473670a888f36b3f7 (patch)
tree1277b4a773e5a065670379cc5b41fc9aa53ac5a1 /main.go
parenta21c117e5bff4dac56634ba6ad3b166a0fba2da8 (diff)
add "forge normal" to reset things to default development statev0.22.129
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 645b41b..68b7016 100644
--- a/main.go
+++ b/main.go
@@ -129,6 +129,11 @@ func main() {
okExit("")
}
+ if argv.Normal != nil {
+ doNormal()
+ okExit("")
+ }
+
if argv.Dirty != nil {
doDirty()
okExit("")