# Functions
ArgsIndexed converts text into a shellwords-split list of strings.
SpaceIndexed returns a splitted string with the current index that CompleteMessage wants.
# Type aliases
SplitFunc is the type that describes the two splitter functions, SpaceIndexed and ArgsIndexed.