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",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-t",
|
||||
"--select",
|
||||
"-l",
|
||||
"--only",
|
||||
dest="selection",
|
||||
action="extend",
|
||||
nargs="+",
|
||||
|
||||
Reference in New Issue
Block a user