mirror of
https://github.com/docker/cli.git
synced 2025-08-29 00:47:54 +03:00
Add support for running a CLI plugin
Also includes the scaffolding for finding a validating plugin candidates. Argument validation is moved to RunE to support this, so `noArgs` is removed. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
@@ -33,6 +33,6 @@ func main() {
|
||||
manager.Metadata{
|
||||
SchemaVersion: "0.1.0",
|
||||
Vendor: "Docker Inc.",
|
||||
Version: "0.1.0",
|
||||
Version: "testing",
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user