agit: Add list subcommand to list current open AGit PRs

Add a `list` subcommand to list currently open `AGit` PRs through the
cli.
This commit is contained in:
a-kenji
2025-06-18 15:32:21 +02:00
parent 445b7a2027
commit 0adbf043de
3 changed files with 112 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ in
writers.writePython3Bin "agit" {
flakeIgnore = [
"E501"
"W503" # treefmt reapplies the conditions to trigger this check
];
makeWrapperArgs = [
"--prefix"