feat: rename --select to --only in cli arguments for better understanding.

This commit is contained in:
2026-09-09 20:36:54 +08:00
parent d709f1c749
commit 0f9a2d722b
+2 -2
View File
@@ -77,8 +77,8 @@ def create_argparser(setup: StdOptsSetup) -> ArgumentParser:
metavar="DIR",
)
parser.add_argument(
"-t",
"--select",
"-l",
"--only",
dest="selection",
action="extend",
nargs="+",