Skip to content

Commit c052aec

Browse files
committed
fix mkdocs short args
1 parent 63ae6ea commit c052aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/somesy/cli/sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ def sync(
9797
no_sync_mkdocs: bool = typer.Option(
9898
None,
9999
"--no-sync-mkdocs",
100-
"-X",
100+
"-D",
101101
help="Do not sync mkdocs.yml file (default: False)",
102102
),
103103
mkdocs_file: Path = typer.Option(
104104
None,
105105
"--mkdocs-file",
106-
"-x",
106+
"-d",
107107
help="Custom mkdocs.yml file path (default: mkdocs.yml)",
108108
**existing_file_arg_config,
109109
),

0 commit comments

Comments
 (0)