Arguments for commands need to understand quoting and space escaping
Opened this issue · 0 comments
sdether commented
Current arguments to commands are just determined on whitespace separation. Should respect quoting and {space} to treat an arg with a space as a single argument. Should really expose argument parsing logic as a handler, so that custom logic can be added for deciding what is a single argument.