mirror of https://github.com/docker/cli.git
Add bash completion for `docker system df`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
8b4362795c
commit
fcf085a9f5
|
@ -3117,9 +3117,12 @@ _docker_system() {
|
|||
esac
|
||||
}
|
||||
|
||||
# TODO new command
|
||||
_docker_system_df() {
|
||||
:
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=( $( compgen -W "--help --verbose -v" -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_docker_system_events() {
|
||||
|
|
Loading…
Reference in New Issue