From 125f338686a821f6208d943bd593dd06858fdb0d Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 27 May 2020 14:15:32 -0500 Subject: [PATCH] doc --- command/alias.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/alias.go b/command/alias.go index 5b3c27720..7fdd7a5cf 100644 --- a/command/alias.go +++ b/command/alias.go @@ -27,8 +27,7 @@ var aliasSetCmd = &cobra.Command{ // checked if this is fixed in a new cobra. DisableFlagParsing: true, Short: "Create a shortcut for a gh command", - Long: `gh alias set - + Long: ` This command lets you write your own shortcuts for running gh. They can be simple strings or accept placeholder arguments.`, Example: ` gh alias set pv 'pr view'