Skip to content

3.3.0

Compare
Choose a tag to compare
@nickavv nickavv released this 06 Feb 21:37
· 30 commits to master since this release

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