From b1e6cc5553f340e4e4c76f4dd355444d13d6a614 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 17 Jan 2022 23:37:36 -0600 Subject: implement 'dist --allow-dirty' flag closes #9824 --- data/shell-completions/zsh/_meson | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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]' -- cgit v1.2.3