Skip to content

Commit 63f3fd0

Browse files
committed
cli: fix duplicate shortform '-p' flag
1 parent 921ec24 commit 63f3fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/divbase-cli/src/divbase_cli/cli_commands

packages/divbase-cli/src/divbase_cli/cli_commands/file_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def list_files(
7171
prefix_filter: str | None = typer.Option(
7272
None,
7373
"--prefix",
74-
"-p",
74+
"-pre",
7575
help="Optional prefix to filter the listed files by name (only list files starting with this prefix).",
7676
),
7777
include_results_files: bool = typer.Option(

0 commit comments

Comments
 (0)