Ejemplo n.º 1
0
def demo(ctx, path):
    # We're not using tempfile.mkdtemp because we may as well be run
    # in a user-provided directory.
    path = os.path.join(path, uuid.uuid4().hex)
    cli_init(ctx, path, False)
    _run.handle(path)
Ejemplo n.º 2
0
def run(ctx, path, *args, **kwargs):
    _run.handle(path, kwargs)