reeflective / flags

Generate cobra command trees from structs. Go-flags compliant tags. Advanced CLI functionality, out-of-the-box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devise if parseState.addArg should return an error

maxlandon opened this issue · comments

The function parseState.addArg(arg) stores significant errors into itself, but returns an error nonethless, which is not uniformly checked/handled across the codebase. The situation has been slightly enhanced, but probably not optimal yet.