ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.06k stars 123 forks source link

GoRun ignores hyphen "-arg" #377

Closed ogios closed 12 months ago

ogios commented 1 year ago

command: image

it runs: image

ray-x commented 1 year ago

I submitted a fix You need to run like GoRun main.go -a -c\ ./setting.yaml so that "-c ./setting.yaml" will passed to main.go