Source code for sirepo.pkcli.silas

# -*- coding: utf-8 -*-
"""Wrapper to run SILAS from the command line.

:copyright: Copyright (c) 2020 RadiaSoft LLC.  All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""
from __future__ import absolute_import, division, print_function
from pykern.pkdebug import pkdp, pkdc, pkdlog
from sirepo.template import template_common


[docs] def run_background(cfg_dir): template_common.exec_parameters()