mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 78df80fd02 into 3705d47bb3
This commit is contained in:
commit
5f7903ec7f
1 changed files with 3 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ __build() {
|
|||
'--rm[Remove intermediate containers after a successful build]' \
|
||||
'(-t,--tag=)'{-t,--tag=}'[Repository name (and optionally a tag) to be applied to the resulting image in case of success]' \
|
||||
'*:files:_files'
|
||||
__docker_images
|
||||
}
|
||||
|
||||
__commit() {
|
||||
|
|
@ -194,10 +195,11 @@ __ps() {
|
|||
__pull() {
|
||||
_arguments \
|
||||
'(-t,--tag=)'{-t,--tag=}'[Download tagged image in repository]'
|
||||
__docker_images
|
||||
}
|
||||
|
||||
__push() {
|
||||
# no arguments
|
||||
__docker_images
|
||||
}
|
||||
|
||||
__restart() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue