Merge pull request #3182 from educhastenier/patch-1

fix typo in docs of `alias` command
This commit is contained in:
Mislav Marohnić 2021-03-08 15:27:45 +01:00 committed by GitHub
commit ad7783573d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"'