bloc.cli#
Bloc CLI — wraps Boulder’s CLI with BlocRunner as the default runner.
Usage:
bloc foo.yaml --headless --download out.py
bloc foo.yaml --headless --download out.py --verbose
bloc validate foo.yaml
bloc describe DesignTubeFurnace
Every flag supported by boulder is accepted; the only difference is that
Bloc’s converter and normalisation pipeline are used automatically.
Functions#
|
Entry point for the |
Module Contents#
- bloc.cli.main(argv=None)#
Entry point for the
blocconsole script.