summaryrefslogtreecommitdiff
path: root/doTag.go
diff options
context:
space:
mode:
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
}