mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Remove docker insert command
This commit is contained in:
parent
75b9030f48
commit
1204501a19
1 changed files with 0 additions and 8 deletions
|
|
@ -91,11 +91,6 @@ __info() {
|
|||
# no arguments
|
||||
}
|
||||
|
||||
__insert() {
|
||||
__docker_images
|
||||
_arguments '*:files:_files'
|
||||
}
|
||||
|
||||
__inspect() {
|
||||
__docker_images
|
||||
__docker_containers
|
||||
|
|
@ -267,7 +262,6 @@ _1st_arguments=(
|
|||
"images":"List images"
|
||||
"import":"Create a new filesystem image from the contents of a tarball"
|
||||
"info":"Display system-wide information"
|
||||
"insert":"Insert a file in an image"
|
||||
"inspect":"Return low-level information on a container"
|
||||
"kill":"Kill a running container"
|
||||
"load":"Load an image from a tar archive"
|
||||
|
|
@ -324,8 +318,6 @@ case "$words[1]" in
|
|||
__import ;;
|
||||
info)
|
||||
__info ;;
|
||||
insert)
|
||||
__insert ;;
|
||||
inspect)
|
||||
__inspect ;;
|
||||
kill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue