josh.js icon indicating copy to clipboard operation
josh.js copied to clipboard

Arguments for commands need to understand quoting and space escaping

Open sdether opened this issue 13 years ago • 0 comments

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.

sdether avatar Jan 18 '13 19:01 sdether