jedahan / zr

zsh plugin manager written in rust
Mozilla Public License 2.0
180 stars 12 forks source link

-h should default to --help instead of --home #23

Closed I60R closed 5 years ago

I60R commented 5 years ago

I've found it a bit surprising that zr -h prints error message instead of help.

Could you fix it?

It seems that just removing -h from clap_app! would be enough

jedahan commented 5 years ago

Good idea. What would you recommend for choosing a directory for cloning? -d, —directory or -z,—zr-home or something else?

I60R commented 5 years ago

IMO, just keeping current --home flag would be the most reasonable option.

I don't think that it would be used frequently, so I don't see any need in shortcuts like -h, -d, etc.