Skip to content

Commit 2216c27

Browse files
authored
Make spin install verbose by default (#225)
2 parents b6e6fce + 520352d commit 2216c27

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

spin/cmds/pip.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
default=True,
1010
help="Install in editable mode.",
1111
)
12-
@click.option("-v", "--verbose", is_flag=True, help="Print detailed build output.")
12+
@click.option(
13+
"-v/-q",
14+
"--verbose/--quiet",
15+
is_flag=True,
16+
default=True,
17+
help="Print detailed build output.",
18+
)
1319
@click.option(
1420
"--verbose-import/--no-verbose-import",
1521
is_flag=True,

0 commit comments

Comments
 (0)