Merge pull request #3308 from jsternberg/dap-docs
docs: add docs related to dap
This commit is contained in:
@@ -28,6 +28,11 @@ func dapCmd(dockerCli command.Cli, rootOpts *rootOptions) *cobra.Command {
|
||||
|
||||
dapBuildCmd := buildCmd(dockerCli, rootOpts, &options)
|
||||
dapBuildCmd.Args = cobra.RangeArgs(0, 1)
|
||||
|
||||
// Remove aliases for documentation.
|
||||
dapBuildCmd.Aliases = nil
|
||||
delete(dapBuildCmd.Annotations, "aliases")
|
||||
|
||||
cmd.AddCommand(dapBuildCmd)
|
||||
|
||||
cmd.AddCommand(dapAttachCmd())
|
||||
|
||||
Reference in New Issue
Block a user