plastid.util.scriptlib.template module

This is a template for a command-line script. To write a script, edit this file, making changes as necessary, Make changes below as necessary, and, when finished, update this docstring.

plastid.util.scriptlib.template.main(argv=['-T', '-E', '-b', 'html', '-d', '_build/doctrees', '-D', 'language=en', '.', '_build/html'])[source]

Command-line program

Parameters
argvlist, optional

A list of command-line arguments, which will be processed as if the script were called from the command line if main() is called directly.

Default: sys.argv[1:] (actual command-line arguments)