helm/cmd
Ian Howell 4646b22328 Fix a parsing issue with command line arguments
Prior to now, helm has been silently ignoring any errors while parsing
the root Persistent flags. This causes an issue when a global flag comes
later on the command line than a localized flag for a subcommand, in
which the value for that global flag is never set. The solution is to
simply tell the Persistent flagset to ignore any unknown flags, since a
later command will process it

Signed-off-by: Ian Howell <ian.howell0@gmail.com>
2019-07-25 11:38:02 -05:00
..
helm Fix a parsing issue with command line arguments 2019-07-25 11:38:02 -05:00