fixed numbering in recursion

This commit is contained in:
2025-10-04 12:16:59 +02:00
parent 9d2d6931e3
commit 8df12ec6f4
3 changed files with 16 additions and 12 deletions

View File

@@ -25,6 +25,8 @@ n -> valid input check back for no arguments passed?
## Changelog
<2025-10-04> V0.3.4 - Added recursive directory creation and fixed
numbered naming
<2025-10-03> V0.3.3 - Added the beginning of recursive mode
<2025-09-30> V0.3.2 - Refactoring librefit and added proper docstrings;
begun to remove the check for the valid input and put it in the decider