-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-DeclinedThe proposed feature is declined.The proposed feature is declined.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-Interactive-IntelliSensetab completiontab completion
Milestone
Description
Summary of the new feature/enhancement
Users trying to move from cmd to PowerShell struggle with muscle memory on commands like dir /s which don't work since dir is an alias to get-childitem and parameters start with a hyphen and /s for subdirectories would need to be -r for recursion.
Proposed technical implementation details (optional)
Have a built in list of common cmd built-in commands and when the user tries it, a CommandNotFoundException is thrown the suggestion framework can suggest the PowerShell equivalent.
vexx32 and powercode
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-DeclinedThe proposed feature is declined.The proposed feature is declined.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtimeWG-Interactive-IntelliSensetab completiontab completion