make it even more clear and add a line describing how to submit

This commit is contained in:
Robin Olsen
2026-03-19 12:41:48 +01:00
parent a7fd271928
commit 5519b9d2eb
2 changed files with 17 additions and 4 deletions

View File

@@ -35,9 +35,7 @@ type Flags struct {
var RootCmd = &cobra.Command{
Use: "pm",
Short: "Project Management User Interface Comparison CLI",
Long: `Project Management User Interface Comparison CLI is a tool designed to evaluate and compare different project management interfaces through a series of tasks and surveys.
Write 'exit' to skip this task.`,
Long: `Project Management User Interface Comparison CLI is a tool designed to evaluate and compare different project management interfaces through a series of tasks and surveys.`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
// Inject app into context for all commands
if app != nil {