mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
remove deprecated cfg and fn commands (#4930)
* remove deprecated cfg and fn commands * fix lint error * run gofmt
This commit is contained in:
@@ -15,10 +15,5 @@ func GetFn(name string) *cobra.Command {
|
||||
}
|
||||
|
||||
cmd.AddCommand(commands.RunCommand(name))
|
||||
cmd.AddCommand(commands.SinkCommand(name))
|
||||
cmd.AddCommand(commands.SourceCommand(name))
|
||||
cmd.AddCommand(commands.WrapCommand())
|
||||
cmd.AddCommand(commands.XArgsCommand())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user