Command run
short CLI options -r
and -E
(for --rm
and --entrypoint
respectively)
#5466
Labels
run
short CLI options -r
and -E
(for --rm
and --entrypoint
respectively)
#5466
Description
Dear Developers,
Thank you very much for the ineffably marvelous project... 🪐
Considering the absence of some short options in usage for command
run
, I just wanted to clarify the rationale behind it except an safety trait or a protection against a mistake of an accidental container removal.For instance, what if the call would add the short option alias for
--rm
as the following?:cli/cli/command/container/opts.go
Line 211 in baa7a9f
This, in turn, would allow to shorten it:
Similarly, short option alias
-E
for--entrypoint
:cli/cli/command/container/opts.go
Line 194 in baa7a9f
Would there be some kind of conflict involved if added?
Best and kind regards ✨
The text was updated successfully, but these errors were encountered: