I have been using argparse
for command line parsing, but it wasn’t until recently that I discovered it can be used to create subcommands.
I have been using argparse
for command line parsing, but it wasn’t until recently that I discovered it can be used to create subcommands.