Sebastian Malton
Sebastian Malton
Is there a branch were this is being worked on?
@Stuk Done, hope the comments help with understanding what I have added.
I have made #50 to resolve this issue.
Great idea, the aggregater should have access to this information so reporters will be able to start using it
Would it be possible instead of having a `Context() context.Context` method, to just have `cli.Context` extend `context.Context`? This would make using `cli.Context` easier. The only problem with this is that...
I don't think that this was fixed in v2, I also don't think that "local" flags are supported after the first non-flag
I think for `v2` the simplest solution would be the following change to the `Exit` function. ```go // Exit returns an ExitCoder. If err is an error then it is...
1. I like the name `positional arguments` 2. Would that mean that an application like `ls` would not be able to be written using this feature? 3. And specific types?...
We could also allow for some sort of regular expression based system where the `Argument` has a "is valid" method