3.3.0
rt-shell 3.3.0 adds the ability to wrap arguments in double quotes so that they can contain space characters. For example:
$ say_greeting "Daikon Games"
Hello Daikon Games!
Thanks to user NoFluxGiven
for the feature suggestion, and for contributing an implementation of the feature although I ended up re-implementing it my own way rather than directly using their contribution