refactor librefit and added docstrings

This commit is contained in:
2025-09-30 20:56:27 +02:00
parent a0f2f83a8a
commit efcec653cb
5 changed files with 46 additions and 24 deletions

View File

@@ -14,10 +14,13 @@
3.1 remove all files like '*.tar'
- ~~make input default the current directory and the second argument after `refit create`~~
- maybe get rid of valid input ??
- ~~maybe get rid of valid input ??~~
- rework rf_create_decider() so it does not execute if no inputs are given -> valid input check back for no arguments passed?
- get rid of input argument, default to current directory and and make it positional
## Changelog
# Changelog
<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
<2025-09-29> V0.3.1 - Removed the requirement for an input
<2025-09-29> V0.3.0 - Added file creation in the pattern like directories
<2025-09-29> V0.2.4 - Improved logging and log readability