git-bug/commands
vince cd8352edde Add output formatting support to the 'show' and 'user ls' commands
This adds options to specify an output format for the commands in question. Supported formats are currently:
- 'plain': plaintext, stripped of all colors
- 'json': prints output as a json object
2020-06-21 13:51:48 +08:00
..
select issue 178: fetch the repo dir with rev-parse --git-dir 2019-08-24 22:42:25 +02:00
add.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
bridge_auth_addtoken.go github: correct casing for user provided login 2020-02-29 15:04:48 +01:00
bridge_auth_rm.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
bridge_auth_show.go it compiles \o/ 2020-02-08 17:19:57 +01:00
bridge_auth.go it compiles \o/ 2020-02-08 17:19:57 +01:00
bridge_configure.go bridges: massive refactor 2020-02-15 02:55:19 +01:00
bridge_pull.go bridge: allow to configure and pull without having set a user first 2019-12-25 23:25:39 +01:00
bridge_push.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
bridge_rm.go commands: fix a missing line break 2019-07-07 12:50:23 +02:00
bridge.go switch to go-term-text to fix bad underflow for label rendering 2019-11-03 14:00:35 +01:00
commands.go various cleanups suggested by golang-ci 2020-02-08 16:17:15 +01:00
comment_add.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
comment.go switch to go-term-text to fix bad underflow for label rendering 2019-11-03 14:00:35 +01:00
deselect.go commands: add a "." at the end of Short commands usage 2019-03-01 22:52:52 +01:00
label_add.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
label_rm.go switch to go-term-text to fix bad underflow for label rendering 2019-11-03 14:00:35 +01:00
label.go Select and Label command documentation 2019-03-23 16:59:40 +00:00
ls-id.go finish the refactoring for the dedicated identifier type 2019-08-12 16:12:14 +02:00
ls-labels.go commands: add a "." at the end of Short commands usage 2019-03-01 22:52:52 +01:00
ls.go Add output formatting support to the 'show' and 'user ls' commands 2020-06-21 13:51:48 +08:00
pull.go finish the refactoring for the dedicated identifier type 2019-08-12 16:12:14 +02:00
push.go commands: add a "." at the end of Short commands usage 2019-03-01 22:52:52 +01:00
root.go DOC: commands/root.go: syntax 2020-05-01 00:36:01 +02:00
select.go switch to go-term-text to fix bad underflow for label rendering 2019-11-03 14:00:35 +01:00
show.go Add output formatting support to the 'show' and 'user ls' commands 2020-06-21 13:51:48 +08:00
status_close.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
status_open.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
status.go commands: add a "." at the end of Short commands usage 2019-03-01 22:52:52 +01:00
termui.go commands: add a "tui" alias for "termui" 2019-08-31 13:25:44 +02:00
title_edit.go bridge: huge refactor to accept multiple kind of credentials 2019-12-08 21:28:27 +01:00
title.go Renamed user id to user-id and metioned bug for some commands 2019-03-23 18:07:27 +00:00
user_adopt.go it compiles \o/ 2020-02-08 17:19:57 +01:00
user_create.go identity: bring back the login to hold that info from bridges (purely informational) 2020-02-25 21:35:57 +01:00
user_ls.go Add output formatting support to the 'show' and 'user ls' commands 2020-06-21 13:51:48 +08:00
user.go identity: bring back the login to hold that info from bridges (purely informational) 2020-02-25 21:35:57 +01:00
version.go doc: fix typos 2020-06-16 21:32:03 +08:00
webui.go upgrade to gqlgen master, waiting for a release 2020-02-05 23:42:49 +01:00