add the pm command to survey cli
use command context to store app service
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user