
glab-alias
List of commands for glab-alias:
-
glab-alias:tldr:124d4 glab-alias: Display the subcommand help.$ glab aliastry on your machineexplain this command
-
glab-alias:tldr:582a3 glab-alias: Delete a command shortcut.$ glab alias delete ${alias_name}try on your machineexplain this command
-
glab-alias:tldr:76afc glab-alias: Set a shell command as a `glab` subcommand.$ glab alias set --shell ${alias_name} ${command}try on your machineexplain this command
-
glab-alias:tldr:b602c glab-alias: Create a `glab` subcommand alias.$ glab alias set ${mrv} '${mr view}'try on your machineexplain this command
-
glab-alias:tldr:c793c glab-alias: List all the aliases `glab` is configured to use.$ glab alias listtry on your machineexplain this command