File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Extended build capabilities with BuildKit
1616| [ ` bake ` ] ( buildx_bake.md ) | Build from a file |
1717| [ ` build ` ] ( buildx_build.md ) | Start a build |
1818| [ ` create ` ] ( buildx_create.md ) | Create a new builder instance |
19- | [ ` dap ` ] ( buildx_dap.md ) | |
19+ | [ ` dap ` ] ( buildx_dap.md ) | Debug Adapter Protocol server |
2020| [ ` debug-shell ` ] ( buildx_debug-shell.md ) | Start a monitor |
2121| [ ` du ` ] ( buildx_du.md ) | Disk usage |
2222| [ ` imagetools ` ] ( buildx_imagetools.md ) | Commands to work on images in registry |
Original file line number Diff line number Diff line change 11# docker buildx dap
22
33<!-- -MARKER_GEN_START-->
4+ Debug Adapter Protocol server
5+
46### Options
57
68| Name | Type | Default | Description |
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ func AttachContainerCmd(dockerCli command.Cli) *cobra.Command {
3333func Cmd (dockerCli command.Cli ) * cobra.Command {
3434 cmd := & cobra.Command {
3535 Use : "dap" ,
36+ Short : "Debug Adapter Protocol server" ,
3637 Hidden : true , // hidden command; we need it for emacs DAP support
3738 RunE : func (cmd * cobra.Command , args []string ) error {
3839 logrus .SetOutput (os .Stderr )
You can’t perform that action at this time.
0 commit comments