aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorvince <vincetiu8@gmail.com>2020-06-14 08:41:50 +0800
committerMichael Muré <batolettre@gmail.com>2020-06-16 15:05:48 +0200
commitde5565b5f9830556afa7bb5a95fa4e3f27a755c5 (patch)
tree3051a8ebe1a874cc36c69eb314eebd46e2c80d70 /doc/md
parent6352d6aa2338f47cd8b60631dec5f4161d9d92ec (diff)
downloadgit-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/md')
-rw-r--r--doc/md/git-bug_ls.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md
index 085a70c9..32941e4f 100644
--- a/doc/md/git-bug_ls.md
+++ b/doc/md/git-bug_ls.md
@@ -35,6 +35,7 @@ git bug ls --status closed --by creation
-n, --no strings Filter by absence of something. Valid values are [label]
-b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")
-d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc")
+ -f, --format string Select the output formatting style. Valid values are [default, plain(text), json] (default "default")
-h, --help help for ls
```