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
5
cmd/ios_init.go
Normal file
5
cmd/ios_init.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package cmd
|
||||
|
||||
import "forgejo.zerova.net/sid/fgj-sid/internal/iostreams"
|
||||
|
||||
var ios = iostreams.New()
|
||||
Loading…
Add table
Add a link
Reference in a new issue