commit | ec7044437e90ca112f5cc5ff452f39cffacfd4c7 | [log] [tgz] |
---|---|---|
author | Jamie McCrae <jamie.mccrae@nordicsemi.no> | Wed Jan 04 16:08:36 2023 +0000 |
committer | Stephanos Ioannidis <root@stephanos.io> | Thu Jan 26 20:12:36 2023 +0900 |
tree | 7025f2777d80c9ec4bb0d445ab12d0b507b73cdc | |
parent | d428c8c836aca83537f62890e9adfcb239dc956e [diff] |
treewide: Disable automatic argparse argument shortening Disables allowing the python argparse library from automatically shortening command line arguments, this prevents issues whereby a new command is added and code that wrongly uses the shortened command of an existing argument which is the same as the new command being added will silently change script behaviour. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>