You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When a script is using the touch command, this should be expanded to New-Item -ItemType File, but isn't.
To Reproduce
Steps to reproduce the behavior:
Run Expand-Aliases -Text "touch something.txt"
Notice the output is exactly the same.
Expected behavior
A clear and concise description of what you expected to happen.
Should be expanded to New-Item -ItemType File.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. Windows 10] Windows 10
Version: [e.g. 0.3.0] 0.3.2
Powershell version: 5.1.18362.145
AU Version: Not important
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label Bug to this issue, with a confidence of 0.92. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the bug
A clear and concise description of what the bug is.
When a script is using the
touch
command, this should be expanded toNew-Item -ItemType File
, but isn't.To Reproduce
Steps to reproduce the behavior:
Expand-Aliases -Text "touch something.txt"
Expected behavior
A clear and concise description of what you expected to happen.
Should be expanded to
New-Item -ItemType File
.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: