We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c72fcc commit 6d2ef19Copy full SHA for 6d2ef19
setup.py
@@ -36,6 +36,7 @@
36
@click.option("--gitlab-group-slug")
37
@click.option("--terraform-dir")
38
@click.option("--logs-dir")
39
+@click.option("--quiet", is_flag=True)
40
def main(**options):
41
"""Run the setup."""
42
try:
0 commit comments