You can get the alias by name using Get-Alias with -Name parameter…
Get-Alias -Name gci
To get all the aliases of a CmdLet, use Get-Alias with -Definition parameter…
Get-Alias -Definition Get-ChildItem
Convert A String To Title Case
ArgumentCompleter vs ValidateSet and Register-ArgumentCompleter