goyek / goyek

Task automation Go library

Home Page:https://pkg.go.dev/github.com/goyek/goyek/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use flag package

pellared opened this issue · comments

It may be useful, because:

  1. It would reduce possible bugs introduced in args parsing
  2. It may be used to add custom flags

The drawback is that it would require passing the parameters before the tasks, but I think it is an acceptable change.