Merge lp://staging/~dave-cheney/gnuflag/001-parse-more-gnu-args into lp://staging/~gophers/gnuflag/trunk
Proposed by
Dave Cheney
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~dave-cheney/gnuflag/001-parse-more-gnu-args |
Merge into: | lp://staging/~gophers/gnuflag/trunk |
Diff against target: |
66 lines (+12/-4) 2 files modified
flag.go (+6/-2) flag_test.go (+6/-2) |
To merge this branch: | bzr merge lp://staging/~dave-cheney/gnuflag/001-parse-more-gnu-args |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
The Go Language Gophers | Pending | ||
Review via email: mp+127419@code.staging.launchpad.net |
Description of the change
add --format=json style gnu args parsing
To post a comment you must log in.
Unmerged revisions
- 13. By Dave Cheney
-
moar test
- 12. By Dave Cheney
-
support --format=json style gnu args
Please take a look.