mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-19 10:51:20 +03:00
d5943934a5
When we define command arguments using the ArgumentParser, we sometimes define the positional arguments first. However, since positional arguments usually follow after the optional (--xyz) arguments, we should define the positional arguments last. Related: OS#6531 Change-Id: I2412eb6e7dc32ae95a575f31d4489ce210d85ea0