stg 2.0.0-alpha.0 I use the stgit emacs mode, and it fails to show the diff of a patch with the following error: ``` error: The argument '--diff-opts <OPTIONS>' was provided more than once, but cannot be used multiple times ``` It seems rust-stg expects a space-separated string, while legacy-stg expects multiple occurences of the `-O` argument.