Server IP : 13.213.54.232 / Your IP : 216.73.216.72 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-17-110 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.1.33-67+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core20/2582/usr/share/bash-completion/completions/ |
Upload File : |
# this was auto-generated by OpenSC/doc/tools/Makefile.am _pkcs11_tool() { COMPREPLY=() local cur prev split=false _get_comp_words_by_ref cur prev _split_longopt && split=true opts=" --allowed-mechanisms --always-auth --application-id --application-label --attr-from --change-pin --decrypt --delete-object --derive --derive-pass-der --extractable --generate-random --hash --hash-algorithm --id --init-pin --init-token --input-file --issuer --key-type --keygen --keypairgen --label --list-mechanisms --list-objects --list-slots --list-token-slots --login --login-type --mechanism --mgf --module --moz-cert --new-pin --object-index --output-file --pin --private --puk --read-object --salt-len --sensitive --set-id --show-info --sign --signature-file --signature-format --slot --slot-description --slot-index --so-pin --subject --test --test-ec --test-fork --test-hotplug --token-label --type --unlock-pin --usage-decrypt --usage-derive --usage-sign --verify --write-object -I -L -M -O -T -a -b -c -d -e -h -i -k -l -m -o -p -r -s -t -v -w -y -z " if [ ${COMP_CWORD} -eq 1 ]; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 fi case "${prev}" in --module) _filedir so return 0 ;; --attr-from|--input-file|--moz-cert|--output-file|--signature-file|--write-object|-i|-o|-w|-z) _filedir return 0 ;; --allowed-mechanisms|--application-id|--application-label|--attr-from|--generate-random|--hash-algorithm|--id|--input-file|--issuer|--key-type|--label|--mechanism|--mgf|--module|--moz-cert|--new-pin|--object-index|--output-file|--pin|--puk|--salt-len|--set-id|--signature-file|--signature-format|--slot|--slot-description|--slot-index|--so-pin|--subject|--token-label|--type|--write-object|-a|-d|-e|-i|-m|-o|-p|-w|-y|-z) return 0 ;; *) COMPREPLY=($(compgen -W "${opts}" -- ${cur})) return 0 ;; esac $split && return 0 if [[ "$cur" == -* ]]; then _longopt $1 return fi _filedir } complete -F _pkcs11_tool pkcs11-tool # Local variables: # mode: shell-script # sh-basic-offset: 4 # sh-indent-comment: t # indent-tabs-mode: nil # End: # ex: ts=4 sw=4 et filetype=sh