aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/select.go')
-rw-r--r--commands/select.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/commands/select.go b/commands/select.go
index 6b214961..ea57c282 100644
--- a/commands/select.go
+++ b/commands/select.go
@@ -46,6 +46,17 @@ var selectCmd = &cobra.Command{
git bug comment
git bug status
`,
+ Long: `Select a bug for implicit use in future commands.
+
+This command allows you to omit any bug <id> argument for the following commands:
+ - git bug comment
+ - git bug label
+ - git bug show
+ - git bug status
+ - git bug title
+
+The complementary command is "git bug deselect" performing the opposite operation.
+`,
PreRunE: loadRepo,
RunE: runSelect,
}