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

14 lines
719 B
Text

#compdef keepassxc-cli import
_message -r "Usage: keepassxc-cli import [options] xml database"
_message -r "Import the contents of an XML 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)--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:xml_db:_files' \
'2:db:_files'