mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
464 B
464 B
gh alias
Manage GitHub CLI command aliases. More information: https://cli.github.com/manual/gh_alias.
- List all the aliases
ghis configured to use:
gh alias list
- Create a
ghsubcommand alias:
gh alias set {{pv}} '{{pr view}}'
- Set a shell command as a
ghsubcommand:
gh alias set {{[-s|--shell]}} {{alias_name}} {{command}}
- Delete a command shortcut:
gh alias delete {{alias_name}}
- Display the subcommand help:
gh alias