Closed trentm closed 8 years ago
@cburroughs A note on the change in mchmod:
Removing allowUnknown in mchmod because it allows ambiguity like this, where '-x' here is an accidental fat finger of an option.
$ mchmod -x +myrole
mchmod: InvalidPathError: +myrole is not a valid Manta path
That's just confusing. Without allowUnknown:
$ mchmod -x +myrole
unknown option: "-x"
usage: mchmod [OPTIONS] -- [+-=]role,... path...
options:
...
Fixed in commit 67668734f7c5533c24bda1e9f8a5c8d098b21dc1
The plan is to update ot recent dashdash and cmdln and do some improvements to
-h/--help
output for the manta CLIs:and (2) invalid subcommand name: error help showing possible matches: