dstp icon indicating copy to clipboard operation
dstp copied to clipboard

dstp cli name collides with ohmyzsh Docker plugin alias

Open rguske opened this issue 1 year ago • 0 comments

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.

rguske avatar May 11 '24 19:05 rguske