Commit Graph

65 Commits

Author SHA1 Message Date
Robin Olsen
bb096ff19d Update pkg/cli/repl/suggestions.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-09 23:42:44 +01:00
Robin Olsen
59dc50ed6e Merge remote-tracking branch 'origin/main' into LPM-51 2026-02-09 20:30:47 +01:00
Robin Olsen
155d9d79ae refine suggestions a bit 2026-02-09 20:28:42 +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
7d0877dfb0 fix 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
3bf80ba859 add comments to the repl package 2026-02-08 12:56:09 +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
59b912325b add close issue to repl completions 2026-02-08 12:29:50 +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
viljarb0
910fad83dc Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-08 09:44:12 +01:00
viljarb0
2322439262 Update pkg/cli/commands/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-08 09:43:54 +01:00
vb
6bcff202b4 fix 2026-02-07 15:39:05 +01:00
vb
c331ad2001 adding update feature to cli 2026-02-07 15:33:09 +01:00
copilot-swe-agent[bot]
50a0cf7d89 Refactor issueIDSuggestions to accept lastWord directly
Co-authored-by: Telikz <129996395+Telikz@users.noreply.github.com>
2026-02-07 12:59:38 +00:00
Robin Olsen
927e787ca7 Update pkg/cli/styles/styles.go
remve linebreak

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-07 13:52:47 +01:00
Robin Olsen
419fcfaaa3 refactor reple into separete files 2026-02-07 13:40:59 +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
eafd8df583 defer terminal restoration
add delete aliases
2026-02-07 12:12:43 +01:00
Robin Olsen
0ef325f6c7 add description to styles package 2026-02-07 12:12:11 +01:00
Robin Olsen
33ac4c8eaa move repl file 2026-02-06 23:32:40 +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
d962ab9314 add run with args for running as sub command 2026-02-06 23:30:59 +01:00
Robin Olsen
5a89526dad style repl better
better usability to repl
2026-02-06 23:29:58 +01:00
Robin Olsen
583fb6be45 make the repl experience better 2026-02-06 13:27:07 +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
f2b0cc7821 Merge branch 'main' into LPM-33 2026-02-05 09:09:57 -08:00
viljarb
c762c9db32 corrected non-existed variable name 2026-02-05 18:01:43 +01:00
viljarb
45e076aeb7 simplifying the code in pkg/cli/commands/delete.go 2026-02-05 17:45:51 +01:00
viljarb
dbff78cb6b modified: pkg/cli/commands/delete.go 2026-02-05 17:44:21 +01:00
viljarb0
9e7eb96227 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 17:41:40 +01:00
viljarb0
fc10092bb2 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-05 17:41:28 +01:00