The "PowerShell: Resolve Expand Alias" feature should do more #338
Labels
Area-Code Formatting
Area-Engine
Issue-Enhancement
A feature request (enhancement).
Up for Grabs
Will shepherd PRs.
Expand Alias ought to resolve parameter aliases and short forms to full parameter names (if you need it, there is code in PoshCode/CodeFlow) for the sake of future-proofing scripts.
Expand Alias ought to also (have an option to) expand command names to fully-qualified module names to avoid ambiguity -- or perhaps offer to add an
Import-Module
at the the top for all the module's you're using?System Details
$PSVersionTable
:The text was updated successfully, but these errors were encountered: