You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is really useful. Simple enough to be comprehensible and still useful. Solid support. Mention because this request might cause too much complexity to be worth any trouble.
Really like the .alias() method and find myself using it for a lot of different common scenarios. One of those cases is plurality. For example .command("locations") vs .alias("location") Would it be possible to support plurality as an alias directly? locations? for instance. I didn't see anything in the code but I could have easily over looked.
The text was updated successfully, but these errors were encountered:
This project is really useful. Simple enough to be comprehensible and still useful. Solid support. Mention because this request might cause too much complexity to be worth any trouble.
Really like the
.alias()
method and find myself using it for a lot of different common scenarios. One of those cases is plurality. For example.command("locations")
vs.alias("location")
Would it be possible to support plurality as an alias directly?locations?
for instance. I didn't see anything in the code but I could have easily over looked.The text was updated successfully, but these errors were encountered: