summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorandy5995 <andy400-dev@yahoo.com>2022-01-17 23:37:36 -0600
committerEli Schwartz <eschwartz93@gmail.com>2022-02-10 21:23:20 -0500
commitb1e6cc5553f340e4e4c76f4dd355444d13d6a614 (patch)
tree4479227c8ec4823eafbed293174f6f498e0dab72 /data
parent3596b6b19a0e5bf6ce65a640448d459c85180184 (diff)
downloadmeson-b1e6cc5553f340e4e4c76f4dd355444d13d6a614.tar.gz
implement 'dist --allow-dirty' flag
closes #9824
Diffstat (limited to 'data')
-rw-r--r--data/shell-completions/zsh/_meson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson
index e4f7a012c..18b7b6279 100644
--- a/data/shell-completions/zsh/_meson
+++ b/data/shell-completions/zsh/_meson
@@ -301,6 +301,7 @@ _arguments \
(( $+functions[_meson-dist] )) || _meson-dist() {
local curcontext="$curcontext"
local -a specs=(
+ '--allow-dirty[Allow even when repository contains uncommitted changes]'
'--formats=[comma separated list of archive types to create]:archive formats:_values -s , format '"$__meson_dist_formats"
'--include-subprojects[Include source code of subprojects that have been used for the build]'
'--no-tests[Do not build and test generated packages]'