Command-Line Interface
Entry Point
The pytf
command serves as the main entry point for PyThinFilm.
Arguments
pytf
accepts a sole argument, CONFIG
, specifiying the relative or absolute path to a configuration file YAML, the structure of which is described in List of Configuration Options. Example configuration files are located in src/PyThinFilm/examples
and described in Examples & Helpful Tips.
Note
CONFIG
must be supplied in order for pytf
to run successfully.
Command-Line Options
pytf
can optionally be run using the --debug
flag to print debugging information, or the --help
flag to print the help menu.