mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
add helps
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user