diff options
| author | Jeff Carr <[email protected]> | 2025-09-12 14:30:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-12 14:30:26 -0500 |
| commit | 7c520aae88c78c9b12610e5cbd7a968844b2ca6a (patch) | |
| tree | b54c3805b942faf8e0857bb7613f19dcd43c97a0 /main.go | |
| parent | 96a8f661380ca7a8314bcc05f761b73b089fa8b4 (diff) | |
add tag handling
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |
