lp:~nelhage/gnuflag/bundled-eol

Created by Nelson Elhage and last modified
Get this branch:
bzr branch lp:~nelhage/gnuflag/bundled-eol
Only Nelson Elhage can upload to this branch. If you are Nelson Elhage please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Nelson Elhage
Project:
gnuflag
Status:
Development

Recent revisions

15. By Nelson Elhage

Fix parsing bundled options at end of the command-line.

We need to check `procFlag` before we check if we have run out of
arguments, since if there are bundled single-characters options at
end-of-line, we may run out of arguments but still have options left
to process.

14. By Roger Peppe

merge updates from Go tree

The flag package in the Go source tree has had
a bunch of updates. This change brings gnuflag
up to date with that.

R=martin.hilton, jay.wren
CC=
https://codereview.appspot.com/199070043

13. By Roger Peppe

add LICENSE

12. By Roger Peppe

gnuflag: implement = in flags.

We should be pretty close to compatible with
all GNU flag usage now.

R=dfc
CC=
https://codereview.appspot.com/6598052

11. By Roger Peppe

gnuflag: define ordering of shortest flags

If there are several shortest possible flag names for
the same value, define that the least alphabetically
will be used.

Also fix test package identifiers and bring output handling
into line with latest Go version.

R=fwereade, TheMue
CC=
https://codereview.appspot.com/5607048

10. By Roger Peppe

changed package to gnuflag

9. By Roger Peppe

moved files into root from flag

8. By Roger Peppe

change import path

7. By Roger Peppe

fix usage error message

6. By Roger Peppe

rename ParseGnu to Parse. Remove Go-style arg parsing.
Improve tests.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gnuflag
This branch contains Public information 
Everyone can see this information.

Subscribers