diff options
| author | Taylor C. Richberger <taywee@gmx.com> | 2016-05-10 18:41:56 -0400 |
|---|---|---|
| committer | Taylor C. Richberger <taywee@gmx.com> | 2016-05-10 18:41:56 -0400 |
| commit | adac876eabcd50c68a8584023b60fac64842cb41 (patch) | |
| tree | bb25dab0d4b962607b02cae9fa230fb4e9847662 /CHANGELOG | |
| parent | improve help generation (diff) | |
| parent | rename everything (diff) | |
| download | args.hxx-adac876eabcd50c68a8584023b60fac64842cb41.tar.xz | |
Merge branch '16-clarify-wording' into 'master'
rename everything
Closes #16
See merge request !10
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +* 4.0.0 +Changed all wording: + +ArgFlag -> ValueFlag +Counter -> CounterFlag +PosArg -> Positional + +Argument now solely refers to command line arguments. +Value refers to the argument that flags or positionals can take and store. +Positional is a positional option, which contains a value. +Option refers to flags and positionals, which can contain values. |
