Closed ricoms closed 1 year ago
https://github.com/myzhan/boomer/blob/363d524a01d681308c0f848ab50fb234c367949e/docs/source/quickstart.rst?plain=1#L70C18-L70C18
I believe this line should be go run . --run-tasks foo,bar instead of go run --run-tasks foo,bar?
go run . --run-tasks foo,bar
go run --run-tasks foo,bar
Yep, fixed.
https://github.com/myzhan/boomer/blob/363d524a01d681308c0f848ab50fb234c367949e/docs/source/quickstart.rst?plain=1#L70C18-L70C18
I believe this line should be
go run . --run-tasks foo,bar
instead ofgo run --run-tasks foo,bar
?