diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-10 16:40:57 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-10 16:40:57 -0600 |
commit | eef2da1547ba10b61c232a0df19374c5efbb7597 (patch) | |
tree | bb25dab0d4b962607b02cae9fa230fb4e9847662 /CHANGELOG | |
parent | improve help generation (diff) | |
download | args.hxx-eef2da1547ba10b61c232a0df19374c5efbb7597.tar.xz |
rename everything4.0.0
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. |