missing usage for dap command

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1656/head
CrazyMax 2 years ago committed by Kohei Tokunaga
parent 37763ec29f
commit 1afe466760
No known key found for this signature in database
GPG Key ID: 6CE0A04690DB3FB3

@ -21,6 +21,7 @@ func addDAPCommands(cmd *cobra.Command, dockerCli command.Cli) {
func dapCmd(dockerCli command.Cli) *cobra.Command { func dapCmd(dockerCli command.Cli) *cobra.Command {
cmd := &cobra.Command{ cmd := &cobra.Command{
Use: "dap", Use: "dap",
Short: "Debug Adapter Protocol server",
Hidden: true, Hidden: true,
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
logrus.SetOutput(os.Stderr) logrus.SetOutput(os.Stderr)

@ -16,7 +16,7 @@ Extended build capabilities with BuildKit
| [`bake`](buildx_bake.md) | Build from a file | | [`bake`](buildx_bake.md) | Build from a file |
| [`build`](buildx_build.md) | Start a build | | [`build`](buildx_build.md) | Start a build |
| [`create`](buildx_create.md) | Create a new builder instance | | [`create`](buildx_create.md) | Create a new builder instance |
| [`dap`](buildx_dap.md) | | | [`dap`](buildx_dap.md) | Debug Adapter Protocol server |
| [`debug-shell`](buildx_debug-shell.md) | Start a monitor | | [`debug-shell`](buildx_debug-shell.md) | Start a monitor |
| [`du`](buildx_du.md) | Disk usage | | [`du`](buildx_du.md) | Disk usage |
| [`imagetools`](buildx_imagetools.md) | Commands to work on images in registry | | [`imagetools`](buildx_imagetools.md) | Commands to work on images in registry |

@ -1,6 +1,8 @@
# docker buildx dap # docker buildx dap
<!---MARKER_GEN_START--> <!---MARKER_GEN_START-->
Debug Adapter Protocol server
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |

Loading…
Cancel
Save