summaryrefslogtreecommitdiff
path: root/doTag.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-03 13:58:21 -0600
committerJeff Carr <[email protected]>2025-11-03 13:58:21 -0600
commit7bfca718eae796e5b659096366b2e284091b5d9c (patch)
treefbc579cb655d154f116ad99a301a903ade9d76c9 /doTag.go
parent5849f18a91fd7877ad5fb8165b29a3df8c5f3ed1 (diff)
does check & update of refs
Diffstat (limited to 'doTag.go')
-rw-r--r--doTag.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/doTag.go b/doTag.go
index 8e029a5..0d8bed2 100644
--- a/doTag.go
+++ b/doTag.go
@@ -76,6 +76,9 @@ func doTag() error {
return nil
}
+ if argv.Show.Tag.List != nil {
+ }
+
log.Info("do other tag stuff here")
return nil
}