-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Add a shortcut for --dry-run as -d #26496
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Comments
alan-agius4
added
area: @angular/cli
type: bug/fix
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
help wanted
good first issue
labels
Nov 27, 2023
I would love to work on this |
Feel free to drop a PR ! |
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Dec 15, 2023
This got accidentally deleted during the transition to yargs. Closes angular#26496
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Dec 15, 2023
This got accidentally deleted during the transition to yargs. Closes angular#26496
alan-agius4
added a commit
that referenced
this issue
Dec 15, 2023
This got accidentally deleted during the transition to yargs. Closes #26496
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Command
generate
Description
Right now i can run a dry run for generation components/services/etc. with the following command
ng g c mytestcomponent --dry-run
Describe the solution you'd like
i want to generate stuff with a shortcut -d to have a shorter version of it.
(I think in older angular versions it was possible)
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: