Skip to content

Commit

Permalink
Enable ctx interactive by default
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Aug 24, 2021
1 parent 2ef23d0 commit b6dd111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"--interactive",
help="Ask questions about the new context",
is_flag=True,
default=False,
default=True,
)
@click.option(
"-B",
Expand Down

0 comments on commit b6dd111

Please sign in to comment.