diff --git a/cmd/bd/show.go b/cmd/bd/show.go index 7bf3e92b..8b8c915c 100644 --- a/cmd/bd/show.go +++ b/cmd/bd/show.go @@ -17,6 +17,7 @@ import ( var showCmd = &cobra.Command{ Use: "show [id...]", + Aliases: []string{"view"}, GroupID: "issues", Short: "Show issue details", Args: cobra.MinimumNArgs(1),