mirror of
https://github.com/go-gitea/tea.git
synced 2026-07-01 21:03:59 -04:00
[PR #25] 14 unified output #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/tea/pull/25
Author: @root360-AndreasUlm
Created: 4/28/2019
Status: 🔄 Open
Base:
master← Head:14_unified_output📝 Commits (3)
0cd7ba0implemented unified Output (#14)2d39855added missing header for *SV types70f6d2cran 'make fmt'📊 Changes
24 files changed (+2864 additions, -12 deletions)
View changed files
📝
cmd/issues.go(+25 -2)📝
cmd/log.go(+77 -1)📝
cmd/pulls.go(+28 -3)📝
cmd/releases.go(+25 -6)📝
go.mod(+2 -0)📝
go.sum(+4 -0)➕
vendor/github.com/mattn/go-runewidth/.travis.yml(+8 -0)➕
vendor/github.com/mattn/go-runewidth/LICENSE(+21 -0)➕
vendor/github.com/mattn/go-runewidth/README.mkd(+27 -0)➕
vendor/github.com/mattn/go-runewidth/runewidth.go(+977 -0)➕
vendor/github.com/mattn/go-runewidth/runewidth_appengine.go(+8 -0)➕
vendor/github.com/mattn/go-runewidth/runewidth_js.go(+9 -0)➕
vendor/github.com/mattn/go-runewidth/runewidth_posix.go(+79 -0)➕
vendor/github.com/mattn/go-runewidth/runewidth_windows.go(+28 -0)➕
vendor/github.com/olekukonko/tablewriter/.gitignore(+15 -0)➕
vendor/github.com/olekukonko/tablewriter/.travis.yml(+14 -0)➕
vendor/github.com/olekukonko/tablewriter/LICENSE.md(+19 -0)➕
vendor/github.com/olekukonko/tablewriter/README.md(+277 -0)➕
vendor/github.com/olekukonko/tablewriter/csv.go(+52 -0)➕
vendor/github.com/olekukonko/tablewriter/table.go(+839 -0)...and 4 more files
📄 Description
Implemented formats:
General function Output() with the desired type, a list of headers and a list containing a list of strings as arguments should be called by other functions.
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.