【Python3.14】getoptとoptparseが非推奨でなくなった
https://qiita.com/rana_kualu/items/2ec43820e70cc5885e00?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
Qiita - 人気の記事