diff options
| author | Alex Ogier <[email protected]> | 2012-05-04 14:26:58 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2012-05-04 14:28:47 -0400 |
| commit | ebc6c1c8473b96d9b32221757aa80b647610e238 (patch) | |
| tree | 2db553e20ac98c3eeda8079888df8647d21af00e /flag.go | |
| parent | 8999eae83e7efe65a6ad1860c7f9ce5cf3c9b679 (diff) | |
Document the spaceless shortcut argument format -Ifile
Diffstat (limited to 'flag.go')
| -rw-r--r-- | flag.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ -abc // all flags must be boolean -abcn=1234 -abcn 1234 // n must be non-boolean + -abcn1234 // n must be non-boolean + -Ifile // I must be non-boolean Flag parsing stops after the terminator "--". Unlike the flag package, flags can be interspersed with arguments anywhere on the command line |
