Merge pull request #6461 from albers/completion-ps--all

Add bash completion for `ps --all|-a`
This commit is contained in:
Chris Crone 2019-01-16 22:08:35 +01:00 committed by GitHub
commit e40eaa5df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ _docker_compose_ps() {
case "$cur" in
-*)
COMPREPLY=( $( compgen -W "--help --quiet -q --services --filter" -- "$cur" ) )
COMPREPLY=( $( compgen -W "--all -a --filter --help --quiet -q --services" -- "$cur" ) )
;;
*)
__docker_compose_complete_services