diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2025-08-05 09:04:53 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2025-08-05 09:04:53 +0900 |
| commit | bdee8a976c39cb63045caa493fd3571b4f1f109e (patch) | |
| tree | 9466ee36745035784dee435e16592d9363591bdb | |
| parent | Remove _lsblk and _cal as they are already present in upstream zsh (diff) | |
| download | zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar.gz zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar.bz2 zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar.lz zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar.xz zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.tar.zst zsh-completions-bdee8a976c39cb63045caa493fd3571b4f1f109e.zip | |
Update mcookie
| -rw-r--r-- | src/_mcookie | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/_mcookie b/src/_mcookie index 92324d0..e29c05d 100644 --- a/src/_mcookie +++ b/src/_mcookie @@ -28,17 +28,19 @@ # Description # ----------- # -# Completion script for mcookie - generate random 128-bit hexadecimal numbers +# Completion script for mcookie 2.40.2 (https://github.com/util-linux/util-linux) +# - generate random 128-bit hexadecimal numbers # # Author: # * Aditi Sharma (https://github.com/Aditi76117) # ------------------------------------------------------------------------------ -_arguments -s \ - '--max-size[Set maximum length of output]:number' \ - '--verbose[Print entropy source and random seed info]' \ - '--help[Display help message and exit]' \ - '--version[Display version information and exit]' +_arguments \ + {-f,--file}'[Use file as as cookie seed]:file:_files' \ + {-m,--max-size}'[Set maximum length of output]:number' \ + {-v,--verbose}'[Print entropy source and random seed info]' \ + '(- *)'{-h,--help}'[Display help message and exit]' \ + '(- *)'{-V,--version}'[Display version information and exit]' # Local Variables: # mode: Shell-Script |
