index
:
opts
master
Getopt- and getopt_long-style option parsing in Go with Unicode support
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Replace ‘optind’ with ‘rest’ in Get() and GetLong() returns
Thomas Voss
12 months
Tag
Download
Author
Age
v2.0.0
commit 264780bb60...
Thomas Voss
12 months
v1.0.4
commit 799bb3be1d...
Thomas Voss
12 months
v1.0.3
commit 06e45fa081...
Thomas Voss
12 months
v1.0.2
commit e151eb87eb...
Thomas Voss
12 months
v1.0.1
commit d126d33783...
Thomas Voss
12 months
v1.0.0
commit 2b4e159a24...
Thomas Voss
12 months
Age
Commit message
Author
Files
Lines
2023-12-05
Replace ‘optind’ with ‘rest’ in Get() and GetLong() returns
HEAD
v2.0.0
master
Thomas Voss
5
-10
/
+651
2023-11-30
More typo fixes…
v1.0.4
Thomas Voss
1
-1
/
+1
2023-11-30
Fix another typo
v1.0.3
Thomas Voss
1
-2
/
+2
2023-11-30
Fix typo in GetLong() doccomment
v1.0.2
Thomas Voss
1
-1
/
+1
2023-11-30
Fix broken examples
v1.0.1
Thomas Voss
1
-10
/
+10
2023-11-30
Run gofmt
v1.0.0
Thomas Voss
1
-5
/
+5
2023-11-30
Update README
Thomas Voss
1
-29
/
+79
2023-11-30
Add documentation for GetLong
Thomas Voss
1
-0
/
+15
2023-11-30
Add long-option support
Thomas Voss
3
-10
/
+229
2023-11-30
Refactor map out of Get()
Thomas Voss
1
-30
/
+27
[...]
Clone
git://git.thomasvoss.com/opts.git
git@git.thomasvoss.com:opts