Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand-Aliases do not expand the touch command correctly #30

Closed
AdmiringWorm opened this issue Dec 19, 2019 · 2 comments
Closed

Expand-Aliases do not expand the touch command correctly #30

AdmiringWorm opened this issue Dec 19, 2019 · 2 comments
Labels
Milestone

Comments

@AdmiringWorm
Copy link
Member

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:

  1. Run Expand-Aliases -Text "touch something.txt"
  2. 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.

@AdmiringWorm AdmiringWorm added this to the 0.3.3 milestone Dec 19, 2019
@issue-label-bot
Copy link

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!

Links: app homepage, dashboard and code for this bot.

@AdmiringWorm
Copy link
Member Author

Problems with creating a new release, will try again but re-opening until then.

@AdmiringWorm AdmiringWorm reopened this Dec 19, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Dec 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant