Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
729b19c0
Commit
729b19c0
authored
Apr 25, 2015
by
Wayne
Committed by
ncanceill
Jun 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove docker insert command
Remove the docker insert command of autocomplete
parent
45e3f623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
_docker
plugins/docker/_docker
+0
-8
No files found.
plugins/docker/_docker
View file @
729b19c0
...
@@ -100,11 +100,6 @@ __info() {
...
@@ -100,11 +100,6 @@ __info() {
# no arguments
# no arguments
}
}
__insert() {
__docker_images
_arguments '*:files:_files'
}
__inspect() {
__inspect() {
__docker_images
__docker_images
__docker_all_containers
__docker_all_containers
...
@@ -278,7 +273,6 @@ _1st_arguments=(
...
@@ -278,7 +273,6 @@ _1st_arguments=(
"images":"List images"
"images":"List images"
"import":"Create a new filesystem image from the contents of a tarball"
"import":"Create a new filesystem image from the contents of a tarball"
"info":"Display system-wide information"
"info":"Display system-wide information"
"insert":"Insert a file in an image"
"inspect":"Return low-level information on a container"
"inspect":"Return low-level information on a container"
"kill":"Kill a running container"
"kill":"Kill a running container"
"load":"Load an image from a tar archive"
"load":"Load an image from a tar archive"
...
@@ -335,8 +329,6 @@ case "$words[1]" in
...
@@ -335,8 +329,6 @@ case "$words[1]" in
__import ;;
__import ;;
info)
info)
__info ;;
__info ;;
insert)
__insert ;;
inspect)
inspect)
__inspect ;;
__inspect ;;
kill)
kill)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment