mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-07 00:58:26 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -16,7 +16,6 @@ package cli
|
||||
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
@@ -131,10 +131,10 @@ func (cmdDoc CommandDocumentation) cmdDocToCmdDocMd(options string) (commandDocu
|
||||
// Does not include a command string, which must be filled in separately.
|
||||
func NewCommandDocumentation(cmdDoc CommandDocumentationContent, argParser *argparser.ArgParser) *CommandDocumentation {
|
||||
return &CommandDocumentation{
|
||||
ShortDesc: cmdDoc.ShortDesc,
|
||||
LongDesc: cmdDoc.LongDesc,
|
||||
Synopsis: cmdDoc.Synopsis,
|
||||
ArgParser: argParser,
|
||||
ShortDesc: cmdDoc.ShortDesc,
|
||||
LongDesc: cmdDoc.LongDesc,
|
||||
Synopsis: cmdDoc.Synopsis,
|
||||
ArgParser: argParser,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user