From 7eeb6c5dfae53eae857a0c867682726d27750dd7 Mon Sep 17 00:00:00 2001 From: boulais01 Date: Tue, 14 Nov 2023 15:15:48 -0600 Subject: [PATCH] fix: adjust for merge conflict --- chasten/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chasten/main.py b/chasten/main.py index 61265b3d..e3dff472 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -442,7 +442,8 @@ def analyze( # noqa: PLR0912, PLR0913, PLR0915 None, "--save-xml", "-sx", - help="The directory/file for the XML file(s) to be saved in.", + help="The directory/file for the XML file(s) to be saved in." + ), store_result: Path = typer.Option( None, "--markdown-storage",