This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a9ae231a9
DockerCLI
/
docs
/
generate
/
tools.go
9 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
gofmt with go1.17 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:34:10 -04:00
//go:build tools
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 11:11:04 -05:00
// +build tools
package
main
import
(
_
"github.com/docker/cli-docs-tool"
)