Versions in this module Expand all Collapse all v1 v1.0.1 Apr 23, 2025 Changes in this version + func NewMyWorklogsCommand(client jira.Client) *cobra.Command + func NewOpenCommand(cfg configuration.Config, prompter prompter.Prompter, ...) *cobra.Command v1.0.0 Apr 14, 2025 Changes in this version + func NewListAliasesCommand(cfgHandler configuration.ConfigurationHandler) *cobra.Command + func NewLogCommand(cfgHandler configuration.ConfigurationHandler, prompter prompter.Prompter, ...) *cobra.Command + func NewMyTasksCommand(client jira.Client) *cobra.Command + func NewRemoveAliasCommand(cfgHandler configuration.ConfigurationHandler) *cobra.Command + func NewSetAliasCommand(cfgHandler configuration.ConfigurationHandler, prompter prompter.Prompter) *cobra.Command + func NewStartTimerCommand(cfgHandler configuration.ConfigurationHandler, timer timer.Timer) *cobra.Command