From b6dd111f19449886651ff3eac5ecd99a634f051b Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Tue, 24 Aug 2021 15:47:10 +0200 Subject: [PATCH] Enable ctx interactive by default --- src/commands/ctx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",