It will be nice if I can put multiple lines in the `command` value in the configuration file, like this: ``` cfg [program:my-program] command=my-program \ --long-option very very very long parameter \ --another-long-option very very very long parameter ```