1
0
mirror of https://github.com/docker/cli.git synced 2025-07-18 23:42:15 +03:00
Files
cli/docs/tools.go
CrazyMax a650f4ddd0 switch to cli-docs-tool for yaml docs generation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
switch to cli-docs-tool and validate yamldocs

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-02-25 17:11:16 +01:00

8 lines
79 B
Go

// +build tools
package main
import (
_ "github.com/docker/cli-docs-tool"
)