Merge pull request #4342 from thaJeztah/remove_cli_plugins_metadata_experimental

cli-plugins: remove deprecated Metadata.Experimental
This commit is contained in:
Sebastiaan van Stijn 2023-06-12 17:33:52 +02:00 committed by GitHub
commit 8aee745ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,4 @@ type Metadata struct {
ShortDescription string `json:",omitempty"` ShortDescription string `json:",omitempty"`
// URL is a pointer to the plugin's homepage. // URL is a pointer to the plugin's homepage.
URL string `json:",omitempty"` URL string `json:",omitempty"`
// Experimental specifies whether the plugin is experimental.
//
// Deprecated: experimental features are now always enabled in the CLI
Experimental bool `json:",omitempty"`
} }