Commit Graph

40 Commits

Author SHA1 Message Date
Robin Olsen
6964e14b69 add status command for getting task status
add feedback to repl
2026-02-17 13:05:50 +01:00
Robin Olsen
c773e61f4e implement suggestions from copilot 2026-02-10 00:04:13 +01:00
Robin Olsen
fa6b57e6c0 refactor and clean up update command 2026-02-09 20:28:32 +01:00
viljarb0
c6f5363ae8 Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-09 19:24:50 +01:00
viljarb0
742daef892 Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-09 19:24:50 +01:00
vb
9d6c3fe797 adding update feature to cli 2026-02-09 19:24:50 +01:00
Robin Olsen
431f9e4f5d add comments to fuctions.
make sure priority ranges form 0-4
2026-02-09 19:13:46 +01:00
Robin Olsen
38faee631f add limit to flags 2026-02-08 12:35:29 +01:00
Robin Olsen
33ea5c70d8 add interactive mode 2026-02-08 12:35:13 +01:00
Robin Olsen
a24c658473 refactor for simplicity
change to use createFlags var
add interactive mode
2026-02-08 12:34:51 +01:00
Robin Olsen
f403c9b79d use flag struct
rename usage to list
2026-02-08 12:33:43 +01:00
Robin Olsen
0e5e22619b add a flags struct other commands can impelemt
enable completion command
2026-02-08 12:30:24 +01:00
Robin Olsen
84c0ad2286 add completionFunc for reducing boilerplate for command implementatinos 2026-02-08 12:29:06 +01:00
Robin Olsen
0b9dd86c73 add close command 2026-02-08 12:28:39 +01:00
Robin Olsen
317feadde2 add confirmation and comments to delete command 2026-02-07 12:15:34 +01:00
Robin Olsen
6bf8b76aab add descriptive comment to variour commands
move completions to its own class
2026-02-07 12:15:09 +01:00
Robin Olsen
3cb211f898 refactor create command for better readability 2026-02-06 23:32:17 +01:00
Robin Olsen
3d2c522ce8 document root command and add different execute options 2026-02-06 23:31:51 +01:00
Robin Olsen
fbcc929cb9 add fang 2026-02-06 13:26:26 +01:00
viljarb
80741e0cf5 corrected non-existed variable name 2026-02-05 22:29:52 +01:00
viljarb
8ec03bb320 simplifying the code in pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
viljarb
74ac39df21 modified: pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
viljarb0
a0cb60c3ed Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 22:29:52 +01:00
viljarb0
5763a26e0a Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 22:29:52 +01:00
vb
cd7f238994 removing redundant reference to issue title 2026-02-05 22:29:52 +01:00
vb
7cf02a758d adding delete command in the file pkg/cli/commands/delete.go 2026-02-05 22:29:52 +01:00
Robin Olsen
bf1842b1f9 add repl that tunnels pm and shell commands 2026-02-05 18:18:16 +01:00
Robin Olsen
d6884b6ac5 nil check issue so it does not crash when issue not found 2026-02-05 14:28:15 +01:00
Robin Olsen
a731e375d3 Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 13:51:19 +01:00
Robin Olsen
07af46c46b Update pkg/cli/commands/read.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 13:48:41 +01:00
Robin Olsen
12748ede00 use new rootCmd name var 2026-02-05 13:25:34 +01:00
Robin Olsen
98df41ff54 add read/describe command for viewing issue details 2026-02-05 12:50:01 +01:00
Robin Olsen
d3911ec1f9 add ls command for listing all issues with query and filter tags 2026-02-05 12:48:09 +01:00
Robin Olsen
5f5826d13a make title be read from multible args instead of one.
add completions to crate command
2026-02-05 11:07:09 +01:00
Robin Olsen
4a8ad82558 move help and completion command to group 2026-02-05 11:05:36 +01:00
Robin Olsen
ee6ed50143 cange back use to create 2026-02-04 20:23:32 +01:00
Robin Olsen
3a7f48fc43 add other flags and validation 2026-02-04 20:19:53 +01:00
Robin Olsen
a92cb71081 disable completon command 2026-02-04 20:19:31 +01:00
Moira Daniella A Sebastian
7eadda8e33 Added title and description for CREATE ISSUE CLI 2026-02-04 18:21:06 +01:00
Robin Olsen
0dcfe3989d refine architecture
change module name to repo
2026-02-02 11:22:20 +01:00