Reword completion help to better indicate multiple projects can be specified at the same time
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#compdef docker-project-manager
|
#compdef docker-project-manager
|
||||||
|
|
||||||
_docker_project_manager_comp() {
|
_docker_project_manager_comp() {
|
||||||
_arguments '--pull[Pull the project]' \
|
_arguments '--pull[Pull the project(s)]' \
|
||||||
'*:projects:_files -W /docker -/' \
|
'*:project(s):_files -W /docker -/' \
|
||||||
+ '(action)' \
|
+ '(action)' \
|
||||||
'--up[Start the project]' \
|
'--up[Start the project(s)]' \
|
||||||
'--down[Stop the project]' \
|
'--down[Stop the project(s)]' \
|
||||||
'--restart[Restart the project]'
|
'--restart[Restart the project(s)]'
|
||||||
}
|
}
|
||||||
|
|
||||||
_docker_project_manager_comp "$@"
|
_docker_project_manager_comp "$@"
|
||||||
Reference in New Issue
Block a user