diff options
author | vince <vincetiu8@gmail.com> | 2020-06-14 08:41:50 +0800 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-06-16 15:05:48 +0200 |
commit | de5565b5f9830556afa7bb5a95fa4e3f27a755c5 (patch) | |
tree | 3051a8ebe1a874cc36c69eb314eebd46e2c80d70 /doc/man | |
parent | 6352d6aa2338f47cd8b60631dec5f4161d9d92ec (diff) | |
download | git-bug-de5565b5f9830556afa7bb5a95fa4e3f27a755c5.tar.gz |
ls: Add support to ls dump bug information in specific formats
This adds an optional flag to the ls command that allows users to specify the format they wish to dump the output as. Currently, supported parameters are 'default', 'plain' and 'json'.
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-ls.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index 2fc1d337..5d05cfcd 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -58,6 +58,10 @@ You can pass an additional query to filter and order the list. This query can be Select the sorting direction. Valid values are [asc,desc] .PP +\fB\-f\fP, \fB\-\-format\fP="default" + Select the output formatting style. Valid values are [default, plain(text), json] + +.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for ls |