Phillip Shipley

Results 33 comments of Phillip Shipley

Yes we should definitely add that. Would you like to add it and submit a PR? Otherwise I can try to get to it at some point.

The mock environment only supports specific requests and is primarily used for unit testing, so it could be that what you are trying wont work with the mocks already in...

You can use `cmd.InheritedFlags().Lookup("flagname")`, you'll still want to check that it's not nil, but it should get access to any parent's persistent flags.