cli

The cli (command line interface) module provides the cli.run function that can be used set up properties, initiate an output environment, and execute a python function based arguments specified on the command line.

nutils.cli.run(f, *, argv=None)

Command line interface for a single function.

nutils.cli.choose(*functions, argv=None)

Command line interface for multiple functions.