unified output (#14) #40

Merged
lafriks merged 12 commits from :14_unified_output into master 2019-09-15 08:38:21 +00:00
Contributor

replaces #25

replaces https://gitea.com/gitea/tea/pulls/25
Author
Contributor

@lunny can you check the build result which failed due to failed pull of git module

Update:
Got it fixed by rebasing to master.

@lunny can you check the build result which failed due to failed pull of git module Update: Got it fixed by rebasing to master.
lunny added the
kind
enhancement
label 2019-07-15 06:14:24 +00:00
lunny reviewed 2019-07-15 11:34:39 +00:00
Dismissed
cmd/issues.go Outdated
Owner

How about remove string( and )?

How about remove `string(` and `)`?
lafriks requested changes 2019-08-15 08:09:37 +00:00
Dismissed
cmd/issues.go Outdated
@ -37,1 +37,4 @@
},
cli.StringFlag{
Name: "output, o",
Usage: "Specify output format. (table)",
Member
			Usage:       "Specify output format. (table)",

to:

			Usage:       "Specify output format - table (default), csv, simple, tsv or yaml.",

same in other places. This string should probably be moved out somewhere to constant

```go Usage: "Specify output format. (table)", ``` to: ```go Usage: "Specify output format - table (default), csv, simple, tsv or yaml.", ``` same in other places. This string should probably be moved out somewhere to constant
Author
Contributor

fixed remarks of @lafriks

fixed remarks of @lafriks
lunny approved these changes 2019-09-15 02:32:35 +00:00
Dismissed
lunny added this to the v0.1.0 milestone 2019-09-15 02:32:44 +00:00
Owner

It's better to give Title more width. Anyhow LGTM, we can improve that on other PRs.

image

It's better to give `Title` more width. Anyhow LGTM, we can improve that on other PRs. ![image](/attachments/696fa897-be78-481a-a445-ddbc953d42af)
1.1 MiB
Owner

@lafriks needs your review.

@lafriks needs your review.
lafriks approved these changes 2019-09-15 08:37:47 +00:00
Dismissed
lafriks closed this pull request 2019-09-15 08:38:20 +00:00
lafriks deleted branch 14_unified_output 2019-09-15 08:38:36 +00:00
Sign in to join this conversation.
No description provided.