set-aliasA PowerShell command to set or modify alias. Note:
salcan be used as an alias forSet-Alias. More information: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-alias.
Set-Alias -Name {{text}} -Value {{command}}
Set-Alias -Name {{text}} -Value {{command}} -Description "{{description}}"