Finish merge request locally

When I use git flow feature start, I can perfectly start a MR by the provided link in the console.
I wonder whether it’s also possible to finish it from console, e.g. with git flow feature finish.
When I tried, the MR was marked closed instead of merged.

Now I have to open my broswer, merge, and manually delete the local branch. Is there a better option?