matthias-t/workspace

Having both `workspace` and `ws` is confusing

Closed this issue · 2 comments

We could:

  • rename the binary (but not the crate) to something like workspace-binary, workspace-internals, workspace-backend or workspace-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.

The problem with having the shell wrappers pass a flag is that running just ws won't show the help anymore.

Ah, we can use AppSettings::SubcommandRequiredElseHelp