aboutsummaryrefslogtreecommitdiff
path: root/patchtree/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchtree/cli.py')
-rw-r--r--patchtree/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/patchtree/cli.py b/patchtree/cli.py
index c5672f0..1c38d30 100644
--- a/patchtree/cli.py
+++ b/patchtree/cli.py
@@ -73,6 +73,7 @@ def parse_arguments(config: Config) -> Context:
metavar="DIR",
help="patchset root directory",
type=path_dir,
+ default=config.default_root,
)
parser.add_argument(
"-g",