Documentation
¶
Overview ¶
Package create implements the issue create command
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
IO *iostreams.IOStreams
HttpClient func() (*http.Client, error)
BaseRepo func() (string, error)
// Arguments
Repository string
// Flags
Title string
Body string
Labels []string
Assignees []string
Milestone int
DryRun bool
TemplatePath string
SecurityHole bool
IssueType string
IssueSeverity string
CustomFieldsJSON string
CustomFieldsFile string
}
Source Files
¶
- create.go
Click to show internal directories.
Click to hide internal directories.