commit | bc2612759ac3706e1c6ea9f1d68626502a8f645f | [log] [tgz] |
---|---|---|
author | Juha Ylinen <juha.ylinen@nordicsemi.no> | Wed Jun 19 13:00:00 2024 +0300 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Thu Jun 20 12:17:37 2024 +0200 |
tree | 6a3fdc546fb423ac1cfe9ce632c382476163e5e6 | |
parent | e6cd9da6a522f91b3caddb3d19a9afb68acacb8f [diff] |
Tools: Disable allow_abbrev from Python scripts using argparse Python's argparse library, by default, allows shortening of command line arguments. This can introduce silent failures when shortened commands are used and another command is added to the script which uses that name. Change-Id: Ie093445fe495fba9778259c1380e4d8d3fdf65cd Signed-off-by: Juha Ylinen <juha.ylinen@nordicsemi.no>