PowerShell-Beautifier icon indicating copy to clipboard operation
PowerShell-Beautifier copied to clipboard

Support for relative input and output file paths

Open iRon7 opened this issue 5 years ago • 0 comments

Currently the Edit-DTWBeautifyScript cmdlet doesn't support relative file paths. As I sometimes have quite long paths to deal with, I would like to be able refer to the input and output file as:

Edit-DTWBeautifyScript .\MySript.ps1 .\MySriptNew.ps1

Which is also common for cmdlets like Get-Content .\MyFile.txt.

iRon7 avatar Aug 20 '20 11:08 iRon7