Skip to content

Commit bc5c5a3

Browse files
committed
change julia flags to l
1 parent 1d14fce commit bc5c5a3

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
@@ -104,13 +104,13 @@ def sync(
104104
no_sync_julia: bool = typer.Option(
105105
None,
106106
"--no-sync-julia",
107-
"-K",
107+
"-L",
108108
help="Do not sync Project.toml(Julia) file (default: False)",
109109
),
110110
julia_file: Path = typer.Option(
111111
None,
112112
"--julia-file",
113-
"-k",
113+
"-l",
114114
exists=True,
115115
file_okay=True,
116116
dir_okay=False,

0 commit comments

Comments
 (0)