diff --git a/commands/dap.go b/commands/dap.go index 142923f81e2..85b05ced1a3 100644 --- a/commands/dap.go +++ b/commands/dap.go @@ -21,6 +21,7 @@ func addDAPCommands(cmd *cobra.Command, dockerCli command.Cli) { func dapCmd(dockerCli command.Cli) *cobra.Command { cmd := &cobra.Command{ Use: "dap", + Short: "Debug Adapter Protocol server", Hidden: true, RunE: func(cmd *cobra.Command, args []string) error { logrus.SetOutput(os.Stderr) diff --git a/docs/reference/buildx_dap.md b/docs/reference/buildx_dap.md index 885a6a736d6..c7f03dc5493 100644 --- a/docs/reference/buildx_dap.md +++ b/docs/reference/buildx_dap.md @@ -1,6 +1,8 @@ # docker buildx dap +Debug Adapter Protocol server + ### Options | Name | Type | Default | Description |