Get rid of github.com/jessevdk/go-flags
dependency
#182
Labels
enhancement
New feature or request
github.com/jessevdk/go-flags
dependency
#182
Currently, we're using
github.com/jessevdk/go-flags
module to handle configurable options in CLI tool but it provides some notable restrictions and design issues. For example, in #170 which adds the.yaml
configuration file support we've came across the inability to properly combine the parsed options' values with values from the file.Moreover, the functionality provided by
go-flags
doesn't actually justify abandoning offlag
from standard library. Since we strive to keep unnecessary dependencies to a minimum, the one should be removed.The text was updated successfully, but these errors were encountered: