cli.pyΒΆ

This module defines the command-line interface arguments for the hutch-python script. It also provides utilities that are only used at startup.

usage: hutch-python [-h] [--cfg CFG] [--exp EXP] [--debug] [--sim]
                    [--create CREATE]
                    [script]

Launch LCLS Hutch Python

positional arguments:
  script           Run a script instead of running interactively

optional arguments:
  -h, --help       show this help message and exit
  --cfg CFG        Configuration yaml file
  --exp EXP        Experiment number override
  --debug          Start in debug mode
  --sim            Run with simulated DAQ
  --create CREATE  Create a new hutch deployment