diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-24 14:17:52 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:48:51 +0100 |
commit | 7a80d8f849861a6033cd0765e5d85a52b08a8854 (patch) | |
tree | 30a2b00bec3e871aa18ba75acac626f9e7e1f1b2 /doc | |
parent | 8bba6d1493fdf064ac9fede0a5098b1abe969052 (diff) | |
download | git-bug-7a80d8f849861a6033cd0765e5d85a52b08a8854.tar.gz |
commands: add a super-fast "user ls" command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/git-bug-user-ls.1 | 33 | ||||
-rw-r--r-- | doc/man/git-bug-user.1 | 2 | ||||
-rw-r--r-- | doc/md/git-bug_user.md | 1 | ||||
-rw-r--r-- | doc/md/git-bug_user_ls.md | 23 |
4 files changed, 58 insertions, 1 deletions
diff --git a/doc/man/git-bug-user-ls.1 b/doc/man/git-bug-user-ls.1 new file mode 100644 index 00000000..6820a28d --- /dev/null +++ b/doc/man/git-bug-user-ls.1 @@ -0,0 +1,33 @@ +.TH "GIT-BUG" "1" "Feb 2019" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-user\-ls \- List identities + + +.SH SYNOPSIS +.PP +\fBgit\-bug user ls [flags]\fP + + +.SH DESCRIPTION +.PP +List identities + + +.SH OPTIONS +.PP +\fB\-v\fP, \fB\-\-verbose\fP[=false] + Print extra information + +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for ls + + +.SH SEE ALSO +.PP +\fBgit\-bug\-user(1)\fP diff --git a/doc/man/git-bug-user.1 b/doc/man/git-bug-user.1 index eb074973..acb9259f 100644 --- a/doc/man/git-bug-user.1 +++ b/doc/man/git-bug-user.1 @@ -26,4 +26,4 @@ Display or change the user identity .SH SEE ALSO .PP -\fBgit\-bug(1)\fP, \fBgit\-bug\-user\-create(1)\fP +\fBgit\-bug(1)\fP, \fBgit\-bug\-user\-create(1)\fP, \fBgit\-bug\-user\-ls(1)\fP diff --git a/doc/md/git-bug_user.md b/doc/md/git-bug_user.md index 5692b40a..f6a3d91b 100644 --- a/doc/md/git-bug_user.md +++ b/doc/md/git-bug_user.md @@ -20,4 +20,5 @@ git-bug user [<id>] [flags] * [git-bug](git-bug.md) - A bug tracker embedded in Git * [git-bug user create](git-bug_user_create.md) - Create a new identity +* [git-bug user ls](git-bug_user_ls.md) - List identities diff --git a/doc/md/git-bug_user_ls.md b/doc/md/git-bug_user_ls.md new file mode 100644 index 00000000..9c9651f5 --- /dev/null +++ b/doc/md/git-bug_user_ls.md @@ -0,0 +1,23 @@ +## git-bug user ls + +List identities + +### Synopsis + +List identities + +``` +git-bug user ls [flags] +``` + +### Options + +``` + -v, --verbose Print extra information + -h, --help help for ls +``` + +### SEE ALSO + +* [git-bug user](git-bug_user.md) - Display or change the user identity + |