diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2021-12-23 10:18:19 +0100 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2022-01-23 10:46:52 +0000 |
| commit | af0f497247150f55963e908097d04e543da55a4b (patch) | |
| tree | 770728e6f9e5f31729838ba35deb39fb5d979b1e /Completion/Unix/Command/_quilt | |
| parent | 49667: Include US spelling of "grey" ("gray") (diff) | |
| download | zsh-af0f497247150f55963e908097d04e543da55a4b.tar zsh-af0f497247150f55963e908097d04e543da55a4b.tar.gz zsh-af0f497247150f55963e908097d04e543da55a4b.tar.bz2 zsh-af0f497247150f55963e908097d04e543da55a4b.tar.lz zsh-af0f497247150f55963e908097d04e543da55a4b.tar.xz zsh-af0f497247150f55963e908097d04e543da55a4b.tar.zst zsh-af0f497247150f55963e908097d04e543da55a4b.zip | |
gitlab !17: Add missing options for quilt setup command
Diffstat (limited to 'Completion/Unix/Command/_quilt')
| -rw-r--r-- | Completion/Unix/Command/_quilt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_quilt b/Completion/Unix/Command/_quilt index 8f39dadac..01f8cfb83 100644 --- a/Completion/Unix/Command/_quilt +++ b/Completion/Unix/Command/_quilt @@ -261,6 +261,8 @@ case $words[1] in '-d[specify path prefix for resulting source tree]:prefix:_files -W / -P /' \ '--sourcedir[specify location of package sources]:directory:_directories' \ '--fuzz=[set the maximum fuzz factor]:factor' \ + '(--fast)--slow[use the original, slow method to process the spec file]' \ + '(--slow)--fast[use an alternative, faster method to process the spec file]' \ ':file:_files' && return ;; snapshot) _arguments $help '-d[only remove current snapshot]' && return ;; |
