decider WIP

This commit is contained in:
2025-10-01 08:06:26 +02:00
parent efcec653cb
commit caff94ab41
3 changed files with 27 additions and 21 deletions

View File

@@ -73,7 +73,8 @@ create_parser.add_argument(
create_parser.add_argument(
"-r",
"--recursive",
nargs="*",
action="store_true",
# nargs="*",
help="Sets the recursive mode for folders to true. First argumet\n is for the depth and the second for the width.",
)
create_parser.set_defaults(command_class=Refit_Create)