crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

`shards --help` invokes `install` subcommand #649

Open HertzDevil opened 1 month ago

HertzDevil commented 1 month ago

After #631, if the command line invocation is exactly shards --help, or it is shards --help -- followed by more arguments, then Shards behaves as if install is the selected command and ignores the --help entirely. This does not seem to be intended behavior.