Switch from using a naive strings.Fields() to shlex.Split() for parsing the model startup command into a string[]. This makes parsing much more reliable around newlines, quotes, etc.
Add support for multiline `cmd` configurations allowing for nicer looking configuration YAML files.