diff options
author | Hariharan <hello@cvhariharan.dev> | 2021-04-25 20:16:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 16:46:36 +0200 |
commit | bc96f316ffa7dbf012e560c0b5304b716fb5daff (patch) | |
tree | f8f65259e085d1dd04bde34bc562952c50259ce6 /doc/md/git-bug_user_create.md | |
parent | b616fe9f35009287ee16b507a4d0417acd9d78a6 (diff) | |
download | git-bug-bc96f316ffa7dbf012e560c0b5304b716fb5daff.tar.gz |
CLI - allow user create without prompt (#650)
* CLI - allow user create without prompt. Fixes #577
* Update commands/user_create.go email message
Co-authored-by: Michael Muré <batolettre@gmail.com>
* Update docs
Co-authored-by: Michael Muré <batolettre@gmail.com>
Diffstat (limited to 'doc/md/git-bug_user_create.md')
-rw-r--r-- | doc/md/git-bug_user_create.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/md/git-bug_user_create.md b/doc/md/git-bug_user_create.md index 95fcc5eb..25811322 100644 --- a/doc/md/git-bug_user_create.md +++ b/doc/md/git-bug_user_create.md @@ -9,7 +9,10 @@ git-bug user create [flags] ### Options ``` - -h, --help help for create + -a, --avatar string Avatar URL + -e, --email string Email of the user + -h, --help help for create + -n, --name string Name to identify the user ``` ### SEE ALSO |