make it even more clear and add a line describing how to submit
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user