Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.11.0 | |
| 2 | |
| 3 * Move handling trailing options from `ArgParser.parse()` into `ArgParser` | |
| 4 itself. This lets subcommands have different behavior for how they handle | |
| 5 trailing options. | |
|
nweiz
2014/05/05 19:52:45
What's with all the whitespace between the * and t
Bob Nystrom
2014/05/05 22:36:02
It's not really necessary here but it means that s
| |
| 6 | |
| 1 ## 0.10.0+2 | 7 ## 0.10.0+2 |
| 2 | 8 |
| 3 * Usage ignores hidden options when determining column widths. | 9 * Usage ignores hidden options when determining column widths. |
| OLD | NEW |