refactor to make cli better and simplify the code

This commit is contained in:
Robin Olsen
2026-03-01 20:42:56 +01:00
parent a266ce5464
commit 9612cb9338
32 changed files with 182 additions and 255 deletions

View File

@@ -20,7 +20,7 @@ pm list -p 1 -l 10`
// ListCmd represents the get issues command.
var ListCmd = &cobra.Command{
Use: "list [search query]",
Use: "list [query]",
Short: "List all issues",
Long: `List all issues in the project management system.`,
Example: lsExamples,