Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: rename args that collided with builtins (predeclard)
cli/required.go:33:22: param min has same name as predeclared identifier (predeclared) func RequiresMinArgs(min int) cobra.PositionalArgs { ^ cli/required.go:50:22: param max has same name as predeclared identifier (predeclared) func RequiresMaxArgs(max int) cobra.PositionalArgs { ^ cli/required.go:67:24: param min has same name as predeclared identifier (predeclared) func RequiresRangeArgs(min int, max int) cobra.PositionalArgs { ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit c4a55df) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information