diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-08-07 11:49:10 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-08-08 01:24:28 +0300 |
commit | a65ef70b7deac0115895278e3965e12bdf429182 (patch) | |
tree | b4edecd1ecff2e8fa363951bc09d594c9c33ed9f /data/shell-completions | |
parent | c5e3ce301235fadca77c8db05fc7b89bc04b57d3 (diff) | |
download | meson-a65ef70b7deac0115895278e3965e12bdf429182.zip meson-a65ef70b7deac0115895278e3965e12bdf429182.tar.gz meson-a65ef70b7deac0115895278e3965e12bdf429182.tar.bz2 |
completions/zsh: Add --native-file
Which is missing
Diffstat (limited to 'data/shell-completions')
-rw-r--r-- | data/shell-completions/zsh/_meson | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index 49860d5..e7fe968 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -113,6 +113,7 @@ local -a meson_commands=( '--stdsplit=[split stdout and stderr in test logs]' \ '--errorlogs=[prints the logs from failing tests]' \ '--cross-file=[cross-compilation environment description]:cross file:_files' \ + '--native-file=[build machine compilation environment description]:native file:_files' \ '--wrap-mode=[special wrap mode]:wrap mode:'"$__meson_wrap_modes" \ ":$firstd directory:_directories" \ "::$secondd directory:_directories" \ |