Consider replacing the argparse architecture in the cli with the more modern typer variant: https://typer.tiangolo.com/
Note, help strings can be added as follows: https://typer.tiangolo.com/tutorial/arguments/help/#add-a-help-text-for-a-cli-argument
Consider replacing the
argparsearchitecture in thecliwith the more moderntypervariant: https://typer.tiangolo.com/Note, help strings can be added as follows: https://typer.tiangolo.com/tutorial/arguments/help/#add-a-help-text-for-a-cli-argument