diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-11-22 00:07:37 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-11-22 00:07:37 +0100 |
| commit | 6aa15f57fd5bee298c8320dab19d167dac3d46ed (patch) | |
| tree | f0559c7140c34ac7aae7772a9b8d9f7debe7f8d9 /Completion/Unix/Command/_awk | |
| parent | 52313: Src/exec.c: multios are not interactive and check for write errors. (diff) | |
| download | zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.gz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.bz2 zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.lz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.xz zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.tar.zst zsh-6aa15f57fd5bee298c8320dab19d167dac3d46ed.zip | |
52315: completion options update
Diffstat (limited to 'Completion/Unix/Command/_awk')
| -rw-r--r-- | Completion/Unix/Command/_awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_awk b/Completion/Unix/Command/_awk index e8f4a2530..b69cc5cf8 100644 --- a/Completion/Unix/Command/_awk +++ b/Completion/Unix/Command/_awk @@ -50,6 +50,7 @@ case $variant in {-D-,--debug=-}'[enable debugging]::debugger command file:_files' {-g,--gen-pot}'[scan awk program and generate .po file on stdout]' '*'{-i+,--include}'[load source library]:library file:->script' + {-I,--trace}'[print internal byte code names as they are executed]' '*'{-l+,--load}'[load dynamic extension]:extension:->extension' {-M,--bignum}'[select arbitrary-precision arithmetic on numbers]' {-o-,--pretty-print=-}'[pretty-print awk program]::output file:_files' |
