You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2019. It is now read-only.
While trying to solve #12 with PR #15 several options were discussed.
To move the discussion out of the PR and summarize the available options I create this issue.
The short summary of the problem #12 pointed out is that the current CLI lib does not inherit global flags into several subcommands (see urfave/cli#585)
The currently available options are:
switching to Cobra a different CLI lib (suggested by @noerw )
creating global flags and use append() to merge subcommand flags with global flags (suggested by @techknowlogick )
To compare both options I created a branch in my fork for each of them:
While trying to solve #12 with PR #15 several options were discussed.
To move the discussion out of the PR and summarize the available options I create this issue.
The short summary of the problem #12 pointed out is that the current CLI lib does not inherit global flags into several subcommands (see urfave/cli#585)
The currently available options are:
To compare both options I created a branch in my fork for each of them:
The text was updated successfully, but these errors were encountered: