Update mcookie

This commit is contained in:
Shohei YOSHIDA 2025-08-05 09:04:53 +09:00
parent 331e0ab9fa
commit bdee8a976c
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 8 additions and 6 deletions

View File

@ -28,17 +28,19 @@
# Description # 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: # Author:
# * Aditi Sharma (https://github.com/Aditi76117) # * Aditi Sharma (https://github.com/Aditi76117)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
_arguments -s \ _arguments \
'--max-size[Set maximum length of output]:number' \ {-f,--file}'[Use file as as cookie seed]:file:_files' \
'--verbose[Print entropy source and random seed info]' \ {-m,--max-size}'[Set maximum length of output]:number' \
'--help[Display help message and exit]' \ {-v,--verbose}'[Print entropy source and random seed info]' \
'--version[Display version information and exit]' '(- *)'{-h,--help}'[Display help message and exit]' \
'(- *)'{-V,--version}'[Display version information and exit]'
# Local Variables: # Local Variables:
# mode: Shell-Script # mode: Shell-Script