w h i t e s p a c e
This commit is contained in:
parent
1b844d2cc0
commit
c960e568f8
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue