Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove additional context from clap errors
From the looks of it, clap reported errors are basically meant to stand on their own. In our case, the additional "failed to parse program arguments" context we add doesn't help at all and just causes the resulting error report to look awkward: > failed to parse program arguments: error: unexpected argument '-a' found > > Usage: apcacli [OPTIONS] <COMMAND> > > For more information, try '--help'. Omit this context for a slightly improved experience.
- Loading branch information