codegangsta / gin

Live reload utility for Go web servers
MIT License
4.23k stars 317 forks source link

Support for args on binary #149

Open putrafajarh opened 5 years ago

putrafajarh commented 5 years ago

my binary file named disbursementneed args run to running. example worked command without gin ./disbursement run

im try to use gin inside docker container gin --port=9000 --appPort=9000 --bin=disbursement run main.go run but i got error to tell fill the args

how can add run arg when run with gin

AgentCosmic commented 5 years ago

You might be interested in https://github.com/AgentCosmic/xnotify

wandercn commented 3 years ago

hotbuild.ffactory.org you can try it now.