w h i t e s p a c e

This commit is contained in:
vilmibm 2020-06-02 13:52:42 -05:00
parent 1b844d2cc0
commit c960e568f8

View file

@ -27,8 +27,7 @@ var aliasSetCmd = &cobra.Command{
// linux in various shells against cobra 1.0; others on macos did /not/ see the same behavior.
DisableFlagParsing: true,
Short: "Create a shortcut for a gh command",
Long: `
This command lets you write your own shortcuts for running gh. They can be simple strings or accept placeholder arguments.`,
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'
# gh pv -w 123 -> gh pr view -w 123.