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

As a User, I would like the run mode to be specified as a sub-command instead of a flag for clarity #29

Closed zephinzer closed 5 years ago

zephinzer commented 5 years ago

For example, we are using --test right now, but after this issue is solved, we should be running godev test instead. Another example, instead of godev --init, we would be running godev init