feat: v0.3.0d — add PR checks, iostreams, aliases, and broad enhancements
Add PR checks command, iostreams/text packages for colored table output, top-level run/workflow aliases matching gh CLI structure. Enhance actions, issues, PRs, releases, repos, labels, milestones, and wiki commands with improved flags, JSON output, and error handling.
This commit is contained in:
parent
7c0dcc8696
commit
113505de95
29 changed files with 3131 additions and 542 deletions
1
main.go
1
main.go
|
|
@ -9,6 +9,7 @@ import (
|
|||
|
||||
func main() {
|
||||
if err := cmd.Execute(); err != nil {
|
||||
err = cmd.ContextualError(err)
|
||||
if cmd.JSONErrors() {
|
||||
cmd.WriteJSONError(err)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue