Skip to content

Commit 8d3cbc6

Browse files
committed
Make spin install verbose by default
1 parent b6e6fce commit 8d3cbc6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

spin/cmds/pip.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
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", "--verbose/--quiet",
14+
is_flag=True,
15+
default=True,
16+
help="Print detailed build output."
17+
)
1318
@click.option(
1419
"--verbose-import/--no-verbose-import",
1520
is_flag=True,

0 commit comments

Comments
 (0)