Having both `workspace` and `ws` is confusing
Closed this issue · 2 comments
matthias-t commented
We could:
- rename the binary (but not the crate) to something like
workspace-binary
,workspace-internals
,workspace-backend
orworkspace-core
- show a warning whenever people aren't using the shell function
ws
. We'd only need to show it whenever a certain flag is not passed and then make the shell functions pass it.
matthias-t commented
The problem with having the shell wrappers pass a flag is that running just ws
won't show the help anymore.
matthias-t commented
Ah, we can use AppSettings::SubcommandRequiredElseHelp