[PR #26] added global appendable Flags (#12) #27

Open
opened 2026-02-16 12:57:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/tea/pull/26
Author: @root360-AndreasUlm
Created: 5/2/2019
Status: 🔄 Open

Base: masterHead: 12_global_cli_flags


📝 Commits (5)

  • 4a61afe added global appendable Flags (#12)
  • a16ca12 added description to explain reason for global variables
  • f7d5eb1 fixed package import definition
  • 724948c fixed description of --output
  • 9a3898a changed Flags of pulls & issues to RepoDefaultFlags only

📊 Changes

4 files changed (+102 additions, -79 deletions)

View changed files

cmd/flags.go (+89 -0)
📝 cmd/issues.go (+6 -54)
📝 cmd/pulls.go (+2 -11)
📝 cmd/releases.go (+5 -14)

📄 Description

PR to discuss global flag options.

Signed-off-by: Andreas Ulm andreas.ulm@root360.de


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/tea/pull/26 **Author:** [@root360-AndreasUlm](https://github.com/root360-AndreasUlm) **Created:** 5/2/2019 **Status:** 🔄 Open **Base:** `master` ← **Head:** `12_global_cli_flags` --- ### 📝 Commits (5) - [`4a61afe`](https://github.com/go-gitea/tea/commit/4a61afe5586d49b22a4ddb8f3de88a250ea10107) added global appendable Flags (#12) - [`a16ca12`](https://github.com/go-gitea/tea/commit/a16ca12f8a233c695532cbf1b3bc23c3ffff8d76) added description to explain reason for global variables - [`f7d5eb1`](https://github.com/go-gitea/tea/commit/f7d5eb118d174b537ace0edaeff3a3251190562d) fixed package import definition - [`724948c`](https://github.com/go-gitea/tea/commit/724948c68e6ca331f993e90989221d10a821dcbf) fixed description of --output - [`9a3898a`](https://github.com/go-gitea/tea/commit/9a3898a532b050dd8e2563583f4a644e5b073a3f) changed Flags of pulls & issues to RepoDefaultFlags only ### 📊 Changes **4 files changed** (+102 additions, -79 deletions) <details> <summary>View changed files</summary> ➕ `cmd/flags.go` (+89 -0) 📝 `cmd/issues.go` (+6 -54) 📝 `cmd/pulls.go` (+2 -11) 📝 `cmd/releases.go` (+5 -14) </details> ### 📄 Description PR to discuss global flag options. Signed-off-by: Andreas Ulm <andreas.ulm@root360.de> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:57:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/tea#27