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>
2 files changed