$ cargo owner add foo
error: Invalid arguments.
Usage:
cargo owner [options] [<crate>]
$ cargo owner --help
...
$ cargo owner -a foo
Every. Time.
The error message isn't really helpful there (what's "options"?). We should either fix the error message or just support cargo owner add foo. Both would be good too.
Every. Time.
The error message isn't really helpful there (what's "options"?). We should either fix the error message or just support
cargo owner add foo. Both would be good too.