fix bug where using a issue command in the repl would crash a task
This commit is contained in:
9
internal/commands/survey/issues.go
Normal file
9
internal/commands/survey/issues.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package surveyCmd
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
var IssuesCmd = &cobra.Command{
|
||||
Use: "issues",
|
||||
Aliases: []string{"i"},
|
||||
Short: "Commands related to issues",
|
||||
}
|
||||
Reference in New Issue
Block a user