loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

Listing top level flags with 'main flags' not working #17

Closed tkivisik closed 3 years ago

tkivisik commented 5 years ago

What?

goda help message says: "Use "goda flags" for a list of top-level flags", but typing that does not show any flag info.

Replicate

go build
goda flags

Expected

Some flag info

Got

Same help as when just typing goda

egonelbre commented 3 years ago

I don't think I'm unable to get that "Use "goda flags" for a list of top-level flags" message, maybe some change ensured that it's not being shown?