commit | e9d37c2d48d7626bd7b38516868c53264ce82f13 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Wed Oct 11 18:54:43 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 11 18:54:43 2017 -0700 |
tree | 81c2a3bc65bc1e197327af8fdc1776321ffedece | |
parent | bef18b7476de096c8249360c84f2320430ee37e1 [diff] |
Add a shellSplit() function (dart-lang/io#23) This makes it possible to parse individual strings (for example from config files) as shell commands rather than requiring the user to manually separate the arguments into a list.