cli-docs-tool/example
Sebastiaan van Stijn 0c2f3974aa
go.mod: github.com/stretchr/testify v1.9.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 17:26:49 +02:00
..
README.md New opts for setting target and plugin capabilities 2021-10-15 18:04:30 +02:00
go.mod go.mod: github.com/stretchr/testify v1.9.0 2024-07-15 17:26:49 +02:00
go.sum go.mod: github.com/stretchr/testify v1.9.0 2024-07-15 17:26:49 +02:00
main.go add man support 2024-02-22 13:29:38 +01:00

README.md

Example

The following example will generate all supported docs for Docker buildx CLI.

git clone https://github.com/docker/cli-docs-tool
cd cli-docs-tool/example/
go mod download
go run main.go

Generated docs will be available in ./docs