mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
13 lines
677 B
Text
13 lines
677 B
Text
#compdef keepassxc-cli db-create
|
|
|
|
_message -r "Usage: keepassxc-cli db-create [options] database"
|
|
_message -r "Create a new database."
|
|
|
|
_arguments -s \
|
|
'(-q --quiet)'{-q,--quiet}'[Silence password prompt and other secondary outputs.]' \
|
|
'--set-key-file[Set the key file for the database.]:path:_files' \
|
|
'-k[Set the key file for the database (deprecated, use --set-key-file instead).]:path:_files' \
|
|
'(-p --set-password)'{-p,--set-password}'[Set a password for the database.]' \
|
|
'(-t --decryption-time)'{-t,--decryption-time}'[Target decryption time in milliseconds for the database.]:time' \
|
|
'(-h --help)'{-h,--help}'[Display help information.]' \
|
|
'1:db:_files'
|