package
1.5.1
Repository: https://github.com/ankitpokhrel/jira-cli.git
Documentation: pkg.go.dev

# Functions

NewIssue creates and initializes a new Issue type.
NewSprint creates and initializes a new Sprint type.

# Structs

Issue is a query type for issue command.
IssueParams is issue command parameters.
Sprint is a query type for sprint command.
SprintParams is sprint command parameters.

# Interfaces

FlagParser wraps pflag.FlagSet struct.