diff --git a/src/commands/ctx.py b/src/commands/ctx.py index 49f4605..41d875b 100644 --- a/src/commands/ctx.py +++ b/src/commands/ctx.py @@ -34,7 +34,7 @@ "--interactive", help="Ask questions about the new context", is_flag=True, - default=False, + default=True, ) @click.option( "-B",