aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-22 01:38:59 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-22 01:38:59 +0200
commit23b3ef2835a7875d429097a46343693b9de4cc17 (patch)
tree32c18b62bc49442e364325df330bf34b7af199ea /python
parent9ccf1781e4b35591371f7501b1ab854fb804a02e (diff)
downloadrefcat-23b3ef2835a7875d429097a46343693b9de4cc17.tar.gz
refcat-23b3ef2835a7875d429097a46343693b9de4cc17.zip
cli: display TAG directory
Diffstat (limited to 'python')
-rw-r--r--python/refcat/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py
index 534eee6..2ab245c 100644
--- a/python/refcat/cli.py
+++ b/python/refcat/cli.py
@@ -244,6 +244,7 @@ def main():
print("VERSION {}".format(__version__))
print("SETTINGS {}".format(settings.settings_file))
print("BASE {}".format(settings.BASE))
+ print("TAG {}".format(Refcat.TAG))
print("TMPDIR {}".format(settings.TMPDIR))
print("SHIV_ROOT {}".format(os.environ.get("SHIV_ROOT") or shiv_root_default))
print()