aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/select.go')
-rw-r--r--commands/select.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/commands/select.go b/commands/select.go
index 6b214961..efe48b5e 100644
--- a/commands/select.go
+++ b/commands/select.go
@@ -46,6 +46,15 @@ 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 example:
+ git bug show
+instead of
+ git bug show 2f153ca
+
+The complementary command is "git bug deselect" performing the opposite operation.
+`,
PreRunE: loadRepo,
RunE: runSelect,
}