Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Commit = "none" Date = "unknown" )
Build information set at compile time via ldflags
View Source
var Version = "dev"
Functions ¶
func CallGHIssueCreate ¶ added in v0.0.5
CallGHIssueCreate calls gh issue create command and returns the created issue information
Types ¶
type CreateCommand ¶
type CreateCommand struct {
// contains filtered or unexported fields
}
func (*CreateCommand) Execute ¶
func (c *CreateCommand) Execute(title string) error
func (*CreateCommand) ExecuteBatch ¶
func (c *CreateCommand) ExecuteBatch(filepath string) error
func (*CreateCommand) ExecuteInteractive ¶
func (c *CreateCommand) ExecuteInteractive() error
func (*CreateCommand) ExecuteTemplate ¶
func (c *CreateCommand) ExecuteTemplate(templateName string) error
type ViewCommand ¶ added in v0.0.5
type ViewCommand struct {
// contains filtered or unexported fields
}
func (*ViewCommand) Execute ¶ added in v0.0.5
func (c *ViewCommand) Execute(issueNumber int) error
Click to show internal directories.
Click to hide internal directories.