-
Notifications
You must be signed in to change notification settings - Fork 0
08) Command Parsing
ly.ton edited this page Apr 12, 2018
·
2 revisions
How the parser here works is that it will separate arguments on white space, unless it is enclosed by a pair of quotes or back-ticks. More specifically, will split on white space unless there is an odd number of quotes in front of it. Extra white space is ignored.
!key arg1 arg2 "arg3 also arg3" arg 4
Prefixes are provided via an implementation of PrefixModule passed to the builder and may be any length