Skip to content

Commit

Permalink
Remove subcommand removePlugin func
Browse files Browse the repository at this point in the history
  • Loading branch information
duffney committed Mar 30, 2023
1 parent 0e2004b commit c4a66ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/notation/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ func pluginInstallCommand() *cobra.Command {
return cmd
}

func pluginRemoveCommand() *cobra.Command {


func listPlugins(command *cobra.Command) error {
mgr := plugin.NewCLIManager(dir.PluginFS())
pluginNames, err := mgr.List(command.Context())
Expand Down

0 comments on commit c4a66ad

Please sign in to comment.