Merge pull request #9555 from crystalstall/trunk
chore: fix some function names
This commit is contained in:
commit
2bd3c22903
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ func IssueFromArgWithFields(httpClient *http.Client, baseRepoFn func() (ghrepo.I
|
|||
return issue, baseRepo, err
|
||||
}
|
||||
|
||||
// IssuesFromArgWithFields loads 1 or more issues or pull requests with the specified fields. If some of the fields
|
||||
// IssuesFromArgsWithFields loads 1 or more issues or pull requests with the specified fields. If some of the fields
|
||||
// could not be fetched by GraphQL, this returns non-nil issues and a *PartialLoadError.
|
||||
func IssuesFromArgsWithFields(httpClient *http.Client, baseRepoFn func() (ghrepo.Interface, error), args []string, fields []string) ([]*api.Issue, ghrepo.Interface, error) {
|
||||
var issuesRepo ghrepo.Interface
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ func WithoutIndentation() glamour.TermRendererOption {
|
|||
return ghMarkdown.WithoutIndentation()
|
||||
}
|
||||
|
||||
// WithoutWrap is a rendering option that set the character limit for soft
|
||||
// WithWrap is a rendering option that set the character limit for soft
|
||||
// wrapping the markdown rendering. There is a max limit of 120 characters.
|
||||
// If 0 is passed then wrapping is disabled.
|
||||
func WithWrap(w int) glamour.TermRendererOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue