GH Buat alias
gh alias set <alias> <expansion> [flags]
# Example
gh alias set new 'repo create'
# gh new => gh repo create
Lioruby
gh alias set <alias> <expansion> [flags]
# Example
gh alias set new 'repo create'
# gh new => gh repo create