added recursion, needs debugging

This commit is contained in:
2025-10-03 19:13:53 +02:00
parent 0e84c959ce
commit acd3f5fe39
4 changed files with 78 additions and 40 deletions

View File

@@ -82,8 +82,8 @@ create_parser.add_argument(
create_parser.add_argument(
"-r",
"--recursive",
# action="store_true",
nargs="*",
type=int,
nargs=2,
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)