aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: 0dd68bc27d13939b16ac671069b0844c2d9c6a0f (plain)
1
2
3
4
5
6
7
8
9
10
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.