add the pm command to survey cli

use command context to store app service
This commit is contained in:
Robin Olsen
2026-02-25 21:57:30 +01:00
parent 4c0fff0750
commit d83422104b
4 changed files with 43 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ type Flags struct {
// RootCmd is the base command for the CLI application.
var RootCmd = &cobra.Command{
Use: "pm",
Short: "Project Management CLI",
Long: `Project Management CLI for managing issues and tasks.`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {