Add --show option to build-dir command

The new option shows the current build directory, if present.
This commit is contained in:
2022-07-11 13:46:35 +01:00
parent c61c86e979
commit a96aa50fbe
2 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#compdef build-dir
_arguments \
'(-h --help)'{-h,--help}'[]' \
'(-h --help)'{-h,--help}'[show this help message and exit]' \
'(-s --show)'{-s,--show}'[show the current build directory]' \
'--build[invoke a build after selection]' \
'1:directory:_files'