This commit is contained in:
2022-08-24 13:01:35 -06:00
parent b0fc8da64d
commit 5890b3f06a
11 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def include_exclude_check(s, include, exclude):
@click.command()
@click.option('--include', help="only start these components")
@click.option('--exclude', help="don\'t start these components")
@click.argument('command' help="command: up|down|ps")
@click.argument('command') # help: command: up|down|ps
@click.pass_context
def command(ctx, include, exclude, command):
'''deploy a stack'''