ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
35 stars 2 forks source link

Strip .\ off Invoke-PSUScript -Name parameter #3727

Closed adamdriscoll closed 1 week ago

adamdriscoll commented 1 week ago

Summary of the new feature / enhancement

Autocomplete will add .\ to the script path but we just do a lookup by path so we should strip this out. We should also consider tweaking the autocomplete to not add this since it's not necessary.

Proposed technical implementation details (optional)

No response