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

Running commands with aliased options does not work as expected #1312

Open
jackofdiamond5 opened this issue Sep 5, 2024 · 1 comment
Open

Comments

@jackofdiamond5
Copy link
Member

Description

Running ig new my-project --framework=webcomponents --skip-git=true --skip-install=true --template=base works just fine.

However, running ig new my-project -f webcomponents -sg -si -t base throws an error.

  • Ignite UI CLI version: 14.0.0
  • Framework: n/a
  • Project type: n/a

Expected result

Running any command with aliased options should work just fine.

Attachments

Example running ig new my-project -f webcomponents -sg -si which starts installing npm packages even though -si (--skip-install) is passed in and also initializes git even though -sg (--skip-git) is passed in:
image

Copy link

github-actions bot commented Nov 4, 2024

There has been no recent activity and this issue has been marked inactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants