keepassxc/share/linux/completions/zsh/_keepassxc-cli_estimate
2024-11-07 03:53:58 -07:00

10 lines
408 B
Text

#compdef keepassxc-cli estimate
_message -r "Usage: keepassxc-cli estimate [options] [password]"
_message -r "Estimate the entropy of a password."
_arguments -s \
'(-q --quiet)'{-q,--quiet}'[Silence password prompt and other secondary outputs.]' \
'(-a --advanced)'{-a,--advanced}'[Perform advanced analysis on the password.]' \
'(-h --help)'{-h,--help}'[Display help information.]' \
'1:password'