diff options
Diffstat (limited to 'doc/md/git-bug_add.md')
-rw-r--r-- | doc/md/git-bug_add.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/md/git-bug_add.md b/doc/md/git-bug_add.md index 4e76ca7c..5e748610 100644 --- a/doc/md/git-bug_add.md +++ b/doc/md/git-bug_add.md @@ -9,10 +9,11 @@ git-bug add [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 add + -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 + --non-interactive Do not ask for user input + -h, --help help for add ``` ### SEE ALSO |