dstp
dstp copied to clipboard
dstp cli name collides with ohmyzsh Docker plugin alias
Thanks for creating this project. I just came across it and was eager trying it out, installed it and wondered why the output on my terminal was:
$ dstp
"docker container stop" requires at least 1 argument.
See 'docker container stop --help'.
Usage: docker container stop [OPTIONS] CONTAINER [CONTAINER...]
Stop one or more running containers
This is because of the Docker Plugin for oh-my-zsh. It provides an alias for the Docker stop command.
Maybe this is something you'd like to mention in your README.