Skip to content

Commit

Permalink
reorder command by a-z
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Apr 14, 2024
1 parent 0cc9c9d commit cae4bc9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,27 +175,27 @@ function AprRC.command:SlashCmd(input)
AprRC.export.Show()
elseif inputText == "help" or inputText == "h" then
print(L_APR["COMMAND_LIST"] .. ":")
print("|cffeda55f/aprrc help, h |r- " .. L_APR["HELP_COMMAND"])
print("|cffeda55f/aprrc range |r- " .. "Range")
print("|cffeda55f/aprrc waypoint |r- " .. "Waypoint")
print("|cffeda55f/aprrc pickupdb |r- " .. "PickUpDB")
print("|cffeda55f/aprrc qpartdb |r- " .. "QpartDB")
print("|cffeda55f/aprrc qpartpart |r- " .. "QpartPart")
print("|cffeda55f/aprrc donedb |r- " .. "DoneDB")
print("|cffeda55f/aprrc text, txt |r- " .. "ExtraLineText")
print("|cffeda55f/aprrc zonetrigger |r- " .. "ZoneStepTrigger")
print("|cffeda55f/aprrc eta |r- " .. "ETA")
print("|cffeda55f/aprrc noarrow |r- " .. "NoArrow")
print("|cffeda55f/aprrc faction |r- " .. "Faction")
print("|cffeda55f/aprrc race |r- " .. "Race")
print("|cffeda55f/aprrc gender |r- " .. "Gender")
print("|cffeda55f/aprrc class |r- " .. "Class")
print("|cffeda55f/aprrc grind |r- " .. "Grind")
print("|cffeda55f/aprrc class |r- " .. "Class")
print("|cffeda55f/aprrc gender |r- " .. "Gender")
print("|cffeda55f/aprrc race |r- " .. "Race")
print("|cffeda55f/aprrc spelltrigger |r- " .. "SpellTrigger")
print("|cffeda55f/aprrc button, btn |r- " .. "Button")
print("|cffeda55f/aprrc fillers, filler |r- " .. "Fillers")
print("|cffeda55f/aprrc achievement |r- " .. "HasAchievement")
print("|cffeda55f/aprrc noachievement |r- " .. "DontHaveAchievement")
print("|cffeda55f/aprrc achievement |r- " .. "HasAchievement")
print("|cffeda55f/aprrc fillers, filler |r- " .. "Fillers")
print("|cffeda55f/aprrc faction |r- " .. "Faction")
print("|cffeda55f/aprrc noarrow |r- " .. "NoArrow")
print("|cffeda55f/aprrc qpartdb |r- " .. "QpartDB")
print("|cffeda55f/aprrc pickupdb |r- " .. "PickUpDB")
print("|cffeda55f/aprrc waypoint |r- " .. "Waypoint")
print("|cffeda55f/aprrc range |r- " .. "Range")
print("|cffeda55f/aprrc qpartpart |r- " .. "QpartPart")
print("|cffeda55f/aprrc donedb |r- " .. "DoneDB")
print("|cffeda55f/aprrc eta |r- " .. "ETA")
print("|cffeda55f/aprrc zonetrigger |r- " .. "ZoneStepTrigger")
print("|cffeda55f/aprrc text, txt |r- " .. "ExtraLineText")
print("|cffeda55f/aprrc help, h |r- " .. L_APR["HELP_COMMAND"])
else
AprRC.settings:OpenSettings(AprRC.title)
end
Expand Down

0 comments on commit cae4bc9

Please sign in to comment.