Would be nice if opt could return a List(String) instead of just a string. ```sh myapp --foo 'bar' --foo 'bla' ``` Maybe this could be done using `opt.list` similar to `opt.float`