Merge pull request #3182 from educhastenier/patch-1
fix typo in docs of `alias` command
This commit is contained in:
commit
ad7783573d
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command
|
|||
$ gh alias set bugs 'issue list --label="bugs"'
|
||||
$ gh bugs
|
||||
|
||||
$ gh alias set homework 'issue list --assigned @me'
|
||||
$ gh alias set homework 'issue list --assignee @me'
|
||||
$ gh homework
|
||||
|
||||
$ gh alias set epicsBy 'issue list --author="$1" --label="epic"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue