add helps

This commit is contained in:
uprightbass360
2025-12-12 18:56:42 -05:00
parent 9f3038a516
commit 6ed10dead7
2 changed files with 25 additions and 0 deletions

View File

@@ -478,6 +478,12 @@ main() {
local successful=0
local failed=0
# Show help if no arguments were provided
if [ $# -eq 0 ]; then
show_usage
exit 1
fi
# Parse arguments
parse_arguments "$@"