summaryrefslogtreecommitdiff
path: root/v-i
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-05-27 14:30:13 +0300
committerLars Wirzenius <liw@liw.fi>2023-05-27 14:30:13 +0300
commitc994b639f2b9d9615f74b2f103145b0c623209be (patch)
tree9bb9f1879673e2b04d191c9830639f5420a27591 /v-i
parent6fc84b6692c9f9354a99b6cd04db623c7069d9bf (diff)
downloadv-i-c994b639f2b9d9615f74b2f103145b0c623209be.tar.gz
feat: -v as an alias for --verbose
Sponsored-by: author
Diffstat (limited to 'v-i')
-rwxr-xr-xv-i2
1 files changed, 1 insertions, 1 deletions
diff --git a/v-i b/v-i
index 31286d4..e9aa83f 100755
--- a/v-i
+++ b/v-i
@@ -471,7 +471,7 @@ def main():
p = argparse.ArgumentParser()
p.add_argument(
- "--verbose", action="store_true", help="report to stdout what's happening"
+ "-v", "--verbose", action="store_true", help="report to stdout what's happening"
)
p.add_argument(
"--very-verbose", action="store_true", help="be more verbose to stdout"