-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from dvdksn/fix-root-command-desc-examples
fix: generate long desc and examples for root command
- Loading branch information
Showing
20 changed files
with
182 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.nh | ||
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals" | ||
|
||
.SH NAME | ||
.PP | ||
docker - A self-sufficient runtime for containers | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBdocker [OPTIONS] COMMAND [ARG...]\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
A self-sufficient runtime for containers | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB-H\fP, \fB--host\fP="unix:///var/run/docker.sock" | ||
Daemon socket to connect to | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBdocker-attach(1)\fP, \fBdocker-buildx(1)\fP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# docker | ||
|
||
<!---MARKER_GEN_START--> | ||
A self-sufficient runtime for containers | ||
|
||
### Subcommands | ||
|
||
| Name | Description | | ||
|:----------------------|:------------------------------------------------------------------------------| | ||
| [`attach`](attach.md) | Attach local standard input, output, and error streams to a running container | | ||
| [`buildx`](buildx.md) | Docker Buildx | | ||
|
||
|
||
### Options | ||
|
||
| Name | Type | Default | Description | | ||
|:---------------|:---------|:------------------------------|:----------------------------| | ||
| `-H`, `--host` | `string` | `unix:///var/run/docker.sock` | Daemon socket to connect to | | ||
|
||
|
||
<!---MARKER_GEN_END--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
command: docker | ||
short: A self-sufficient runtime for containers | ||
long: A self-sufficient runtime for containers | ||
usage: docker [OPTIONS] COMMAND [ARG...] | ||
cname: | ||
- docker attach | ||
- docker buildx | ||
clink: | ||
- docker_attach.yaml | ||
- docker_buildx.yaml | ||
options: | ||
- option: help | ||
value_type: bool | ||
default_value: "false" | ||
description: Print usage | ||
deprecated: false | ||
hidden: true | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
- option: host | ||
shorthand: H | ||
value_type: string | ||
default_value: unix:///var/run/docker.sock | ||
description: Daemon socket to connect to | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
deprecated: false | ||
hidden: false | ||
experimental: false | ||
experimentalcli: false | ||
kubernetes: false | ||
swarm: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters