git-bug-bug-select.1

 1.nh
 2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
 3
 4.SH NAME
 5.PP
 6git-bug-bug-select - Select a bug for implicit use in future commands
 7
 8
 9.SH SYNOPSIS
10.PP
11\fBgit-bug bug select BUG_ID [flags]\fP
12
13
14.SH DESCRIPTION
15.PP
16Select a bug for implicit use in future commands.
17
18.PP
19This command allows you to omit any bug ID argument, for example:
20  git bug show
21instead of
22  git bug show 2f153ca
23
24.PP
25The complementary command is "git bug deselect" performing the opposite operation.
26
27
28.SH OPTIONS
29.PP
30\fB-h\fP, \fB--help\fP[=false]
31	help for select
32
33
34.SH EXAMPLE
35.EX
36git bug select 2f15
37git bug comment
38git bug status
39
40.EE
41
42
43.SH SEE ALSO
44.PP
45\fBgit-bug-bug(1)\fP