Add dcl alias for docker compose logs
Add --logs switch to docker-project-manager completions
This commit is contained in:
@@ -6,7 +6,8 @@ _docker_project_manager_comp() {
|
||||
+ '(action)' \
|
||||
'--up[Start the project(s)]' \
|
||||
'--down[Stop the project(s)]' \
|
||||
'--restart[Restart the project(s)]'
|
||||
'--restart[Restart the project(s)]' \
|
||||
'--logs[Follow project logs]'
|
||||
}
|
||||
|
||||
_docker_project_manager_comp "$@"
|
||||
Reference in New Issue
Block a user