Add bash completion for docker system df
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
c5ceb0f945
commit
09172051fc
1 changed files with 5 additions and 2 deletions
|
@ -3100,9 +3100,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…
Add table
Reference in a new issue