Allow multiword parameters for commands
Closed this issue · 0 comments
AlexandreLachanceGit commented
Is your feature request related to a problem? Please describe.
The current implementation doesn't allow for multiword parameters. This is blocking progress for #64.
Describe the solution you'd like
- Use shlex.split() instead of str.split() to separate parameters.