Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: autocomplete considers command flags
chore: add ForceCallPreRun (for autocomplete) when using cobra.Command.ValidArgsFunction call wrappers.ForceCallPreRun() from inside it. This will force parsing the flags in order to consider flag overriding flags (eg: --targets)
- Loading branch information