diff options
| author | Jeff Carr <[email protected]> | 2025-11-03 13:58:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-03 13:58:21 -0600 |
| commit | 7bfca718eae796e5b659096366b2e284091b5d9c (patch) | |
| tree | fbc579cb655d154f116ad99a301a903ade9d76c9 /doTag.go | |
| parent | 5849f18a91fd7877ad5fb8165b29a3df8c5f3ed1 (diff) | |
does check & update of refs
Diffstat (limited to 'doTag.go')
| -rw-r--r-- | doTag.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ func doTag() error { return nil } + if argv.Show.Tag.List != nil { + } + log.Info("do other tag stuff here") return nil } |
