Skip to content

Commit

Permalink
missing usage for dap command
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max authored and ktock committed Oct 18, 2023
1 parent 9f493bb commit 1a4b2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions commands/dap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/buildx_dap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# docker buildx dap

<!---MARKER_GEN_START-->
Debug Adapter Protocol server

### Options

| Name | Type | Default | Description |
Expand Down

0 comments on commit 1a4b2c6

Please sign in to comment.