feat: rename --select to --only in cli arguments for better understanding.
This commit is contained in:
@@ -77,8 +77,8 @@ def create_argparser(setup: StdOptsSetup) -> ArgumentParser:
|
|||||||
metavar="DIR",
|
metavar="DIR",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-t",
|
"-l",
|
||||||
"--select",
|
"--only",
|
||||||
dest="selection",
|
dest="selection",
|
||||||
action="extend",
|
action="extend",
|
||||||
nargs="+",
|
nargs="+",
|
||||||
|
|||||||
Reference in New Issue
Block a user