git-bug/doc/man/git-bug-select.1

51 lines
677 B
Groff
Raw Normal View History

.nh
2022-02-15 21:57:26 +03:00
.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
.SH NAME
.PP
2022-02-15 21:57:26 +03:00
git-bug-select - Select a bug for implicit use in future commands.
.SH SYNOPSIS
.PP
2022-02-15 21:57:26 +03:00
\fBgit-bug select ID [flags]\fP
.SH DESCRIPTION
.PP
2019-03-02 00:56:04 +03:00
Select a bug for implicit use in future commands.
2019-03-27 23:46:57 +03:00
.PP
This command allows you to omit any bug ID argument, for example:
2019-03-27 23:46:57 +03:00
git bug show
instead of
git bug show 2f153ca
.PP
The complementary command is "git bug deselect" performing the opposite operation.
.SH OPTIONS
.PP
2022-02-15 21:57:26 +03:00
\fB-h\fP, \fB--help\fP[=false]
2020-02-23 16:38:02 +03:00
help for select
.SH EXAMPLE
.PP
.RS
.nf
git bug select 2f15
git bug comment
git bug status
.fi
.RE
.SH SEE ALSO
.PP
2022-02-15 21:57:26 +03:00
\fBgit-bug(1)\fP