> There is a way using strutils or regex package to split on whitespace but 
> ignoring space in quoted arguments ?

You could use: 
[https://nim-lang.github.io/Nim/parseopt.html](https://nim-lang.github.io/Nim/parseopt.html)

Reply via email to