drytoml.app package

Cli application for drytoml.

drytoml.app.main()

Execute the cli application.

Returns

The result of the wrapped command

drytoml.app.setup_log(argv: Optional[List[str]])List[str]

Control verbosity via logging level using “-q/-v” as flags.

Parameters

argv – If not set, use sys.argv. For each “-v” or “–verbose”, increase the log level verbosity. If it contains a “-q”, or a “–quiet”, set lefel to logging.CRITICAL.

Returns

Unparsed, remanining arguments.