ArgUI supports wrapping any implementation of the Python 3 argparse native library. This will all you to use both standard terminal and interface modes to interact with your program. Your program can ...
Starting from python 3.10, the argparse library has changed the name of "optional arguments" to "options" (switch between versions 3.9 and 3.10 in this page https ...