zephinzer / godev

Golang development tool that supports project bootstrap, live-reload (tests + application), and auto dependency retrieval based on Go Modules
https://getgo.dev
MIT License
199 stars 31 forks source link

[#17] Added `--args` for specifying arguments to be passed to the application being live-reloaded #38

Closed zephinzer closed 5 years ago

zephinzer commented 5 years ago

This PR adds a --args flag to GoDev. This enables users to run godev --args '--port 1337' (for example) to run the application under development with arguments --port 1337.