Skip to content

Commit

Permalink
fixing issue 174 closes #174
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sirchia <[email protected]>
  • Loading branch information
robertsirc committed Sep 4, 2024
1 parent 813b020 commit fa73851
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/mapkubeapis/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ func newMapCmd(_ io.Writer, args []string) *cobra.Command {

flags := cmd.PersistentFlags()
flags.ParseErrorsWhitelist.UnknownFlags = true
err := flags.Parse(args)
if err != nil {
return nil
}

settings = new(EnvSettings)

Expand Down

0 comments on commit fa73851

Please sign in to comment.