gitea.tea/cmd
Vincent Neubauer 57e3400f0f Feat: interactive issue edit command (#708)
If there are no flags passed to the `issues edit` command, it prompts
for changes to the properties like title, description, labels, etc.

This is a follow-up to <https://gitea.com/gitea/tea/pulls/506>.

Closes: <https://gitea.com/gitea/tea/issues/605>
Co-authored-by: techknowlogick <techknowlogick@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/708
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: Vincent Neubauer <v.neubauer@darlor.de>
Co-committed-by: Vincent Neubauer <v.neubauer@darlor.de>
2025-02-27 18:49:24 +00:00
..
admin/users spdx (#581) 2023-09-08 01:40:02 +00:00
attachments Release Asset Management (#619) 2024-07-26 16:05:12 +00:00
branches tea branches list/protect/unprotect (#645) 2024-07-26 16:02:07 +00:00
flags spdx (#581) 2023-09-08 01:40:02 +00:00
issues Feat: interactive issue edit command (#708) 2025-02-27 18:49:24 +00:00
labels spdx (#581) 2023-09-08 01:40:02 +00:00
login Fix helper panic (#676) 2025-02-26 16:09:06 +00:00
milestones spdx (#581) 2023-09-08 01:40:02 +00:00
notifications spdx (#581) 2023-09-08 01:40:02 +00:00
organizations spdx (#581) 2023-09-08 01:40:02 +00:00
pulls Support auto detecting branch for PRs (#525) 2024-07-26 19:21:48 +00:00
releases release create: Add --note-file flag to read release notes from a file (#678) 2025-01-08 05:00:21 +00:00
repos Expose --labels option - Fixes #698 (#699) 2024-12-23 18:40:45 +00:00
times spdx (#581) 2023-09-08 01:40:02 +00:00
admin.go spdx (#581) 2023-09-08 01:40:02 +00:00
attachments.go Release Asset Management (#619) 2024-07-26 16:05:12 +00:00
autocomplete.go spdx (#581) 2023-09-08 01:40:02 +00:00
branches.go tea branches list/protect/unprotect (#645) 2024-07-26 16:02:07 +00:00
categories.go spdx (#581) 2023-09-08 01:40:02 +00:00
clone.go spdx (#581) 2023-09-08 01:40:02 +00:00
comment.go spdx (#581) 2023-09-08 01:40:02 +00:00
docs.go spdx (#581) 2023-09-08 01:40:02 +00:00
issues.go spdx (#581) 2023-09-08 01:40:02 +00:00
labels.go spdx (#581) 2023-09-08 01:40:02 +00:00
login.go Add git helper (#612) 2024-08-26 11:34:36 +00:00
logout.go spdx (#581) 2023-09-08 01:40:02 +00:00
milestones.go spdx (#581) 2023-09-08 01:40:02 +00:00
notifications.go spdx (#581) 2023-09-08 01:40:02 +00:00
open.go spdx (#581) 2023-09-08 01:40:02 +00:00
organizations.go spdx (#581) 2023-09-08 01:40:02 +00:00
pulls.go spdx (#581) 2023-09-08 01:40:02 +00:00
releases.go Release Asset Management (#619) 2024-07-26 16:05:12 +00:00
repos.go Add repos rm/delete command (#609) 2024-07-26 16:18:58 +00:00
times.go spdx (#581) 2023-09-08 01:40:02 +00:00
whoami.go spdx (#581) 2023-09-08 01:40:02 +00:00