summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-12 14:30:26 -0500
committerJeff Carr <[email protected]>2025-09-12 14:30:26 -0500
commit7c520aae88c78c9b12610e5cbd7a968844b2ca6a (patch)
treeb54c3805b942faf8e0857bb7613f19dcd43c97a0 /main.go
parent96a8f661380ca7a8314bcc05f761b73b089fa8b4 (diff)
add tag handling
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 007f4a4..d5fdf52 100644
--- a/main.go
+++ b/main.go
@@ -121,6 +121,11 @@ func main() {
okExit("")
}
+ if argv.Tag != nil {
+ doTag()
+ okExit("")
+ }
+
if argv.Normal != nil {
if argv.Normal.On != nil {
if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL {