From 864eae0d6bd0732260c0c56583bb77f9b25b60f6 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 17 Feb 2019 16:12:06 +0100 Subject: identity: work on higher level now, cache, first two identity commands --- doc/md/git-bug.md | 2 +- doc/md/git-bug_bridge_bridge.md | 22 ---------------------- doc/md/git-bug_close.md | 22 ---------------------- doc/md/git-bug_id.md | 22 ---------------------- doc/md/git-bug_new.md | 25 ------------------------- doc/md/git-bug_open.md | 22 ---------------------- doc/md/git-bug_user.md | 23 +++++++++++++++++++++++ doc/md/git-bug_user_create.md | 22 ++++++++++++++++++++++ 8 files changed, 46 insertions(+), 114 deletions(-) delete mode 100644 doc/md/git-bug_bridge_bridge.md delete mode 100644 doc/md/git-bug_close.md delete mode 100644 doc/md/git-bug_id.md delete mode 100644 doc/md/git-bug_new.md delete mode 100644 doc/md/git-bug_open.md create mode 100644 doc/md/git-bug_user.md create mode 100644 doc/md/git-bug_user_create.md (limited to 'doc/md') diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 7183dd76..a5f61032 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -29,7 +29,6 @@ git-bug [flags] * [git-bug commands](git-bug_commands.md) - Display available commands * [git-bug comment](git-bug_comment.md) - Display or add comments * [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug -* [git-bug id](git-bug_id.md) - Display or change the user identity * [git-bug label](git-bug_label.md) - Display, add or remove labels * [git-bug ls](git-bug_ls.md) - List bugs * [git-bug ls-id](git-bug_ls-id.md) - List Bug Id @@ -41,6 +40,7 @@ git-bug [flags] * [git-bug status](git-bug_status.md) - Display or change a bug status * [git-bug termui](git-bug_termui.md) - Launch the terminal UI * [git-bug title](git-bug_title.md) - Display or change a title +* [git-bug user](git-bug_user.md) - Display or change the user identity * [git-bug version](git-bug_version.md) - Show git-bug version information * [git-bug webui](git-bug_webui.md) - Launch the web UI diff --git a/doc/md/git-bug_bridge_bridge.md b/doc/md/git-bug_bridge_bridge.md deleted file mode 100644 index d5803190..00000000 --- a/doc/md/git-bug_bridge_bridge.md +++ /dev/null @@ -1,22 +0,0 @@ -## git-bug bridge bridge - -Configure and use bridges to other bug trackers - -### Synopsis - -Configure and use bridges to other bug trackers - -``` -git-bug bridge bridge [flags] -``` - -### Options - -``` - -h, --help help for bridge -``` - -### SEE ALSO - -* [git-bug bridge](git-bug_bridge.md) - Configure and use bridges to other bug trackers - diff --git a/doc/md/git-bug_close.md b/doc/md/git-bug_close.md deleted file mode 100644 index ab95706d..00000000 --- a/doc/md/git-bug_close.md +++ /dev/null @@ -1,22 +0,0 @@ -## git-bug close - -Mark the bug as closed - -### Synopsis - -Mark the bug as closed - -``` -git-bug close [flags] -``` - -### Options - -``` - -h, --help help for close -``` - -### SEE ALSO - -* [git-bug](git-bug.md) - A bugtracker embedded in Git - diff --git a/doc/md/git-bug_id.md b/doc/md/git-bug_id.md deleted file mode 100644 index 09f8f276..00000000 --- a/doc/md/git-bug_id.md +++ /dev/null @@ -1,22 +0,0 @@ -## git-bug id - -Display or change the user identity - -### Synopsis - -Display or change the user identity - -``` -git-bug id [] [flags] -``` - -### Options - -``` - -h, --help help for id -``` - -### SEE ALSO - -* [git-bug](git-bug.md) - A bug tracker embedded in Git - diff --git a/doc/md/git-bug_new.md b/doc/md/git-bug_new.md deleted file mode 100644 index de6cffbf..00000000 --- a/doc/md/git-bug_new.md +++ /dev/null @@ -1,25 +0,0 @@ -## git-bug new - -Create a new bug - -### Synopsis - -Create a new bug - -``` -git-bug new [flags] -``` - -### Options - -``` - -t, --title string Provide a title to describe the issue - -m, --message string Provide a message to describe the issue - -F, --file string Take the message from the given file. Use - to read the message from the standard input - -h, --help help for new -``` - -### SEE ALSO - -* [git-bug](git-bug.md) - A bugtracker embedded in Git - diff --git a/doc/md/git-bug_open.md b/doc/md/git-bug_open.md deleted file mode 100644 index 38c6d6fa..00000000 --- a/doc/md/git-bug_open.md +++ /dev/null @@ -1,22 +0,0 @@ -## git-bug open - -Mark the bug as open - -### Synopsis - -Mark the bug as open - -``` -git-bug open [flags] -``` - -### Options - -``` - -h, --help help for open -``` - -### SEE ALSO - -* [git-bug](git-bug.md) - A bugtracker embedded in Git - diff --git a/doc/md/git-bug_user.md b/doc/md/git-bug_user.md new file mode 100644 index 00000000..5692b40a --- /dev/null +++ b/doc/md/git-bug_user.md @@ -0,0 +1,23 @@ +## git-bug user + +Display or change the user identity + +### Synopsis + +Display or change the user identity + +``` +git-bug user [] [flags] +``` + +### Options + +``` + -h, --help help for user +``` + +### SEE ALSO + +* [git-bug](git-bug.md) - A bug tracker embedded in Git +* [git-bug user create](git-bug_user_create.md) - Create a new identity + diff --git a/doc/md/git-bug_user_create.md b/doc/md/git-bug_user_create.md new file mode 100644 index 00000000..55a1159c --- /dev/null +++ b/doc/md/git-bug_user_create.md @@ -0,0 +1,22 @@ +## git-bug user create + +Create a new identity + +### Synopsis + +Create a new identity + +``` +git-bug user create [flags] +``` + +### Options + +``` + -h, --help help for create +``` + +### SEE ALSO + +* [git-bug user](git-bug_user.md) - Display or change the user identity + -- cgit