Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify fn_print_ok and fn_print_ok_nl functions
The code changes in this commit refactor the `fn_print_ok` and `fn_print_ok_nl` functions in the `core_messages.sh` file. The changes remove unnecessary formatting and only print the command action and self name if they exist. This simplifies the code and improves readability. chore: improve error message in fix.sh In the `fix.sh` file, an error message has been improved to provide clearer information when a registered fix script does not exist. The message now states that the specific fix script is registered but doesn't exist, without mentioning any typos or modifications to other files. These changes enhance the functionality and maintainability of the codebase.
- Loading branch information