How to run exe in bottles via terminal?

I’m making entry for xmenu so I need a way to launch .exe without showing Bottles GUI, just go straight to launched app.

I tried flatpak run com.usebottles.bottles -b bottle_name -e path_to_exe but it opens Bottles GUI and .exe does not run
Also I used " " in path to resolve spaces.
Is it possible at all?

Just figured it out.
I found .desktop file for this program in my app launcher, opened it in text editor, copied exec= line and it’s working now.
flatpak run --command=bottles-cli com.usebottles.bottles run -p exe_name_without_extention -b ‘bottle_name’ – %u