-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
xpm install --dry-run
log output inconsistencies
#205
Comments
The first dry run in the project should have been
The second dry run should have been:
The difference is the 'Pretend adding to central store' which is no longer needed since the package is already there. Is this what you mean? |
Thanks @ilg-ul - yes - that's the sort of more consistent output that I envisaged alright. |
right, I'll display "Dry run" before anything else.
agree. thank you! |
Minor issue/enhancement suggestion...
The output from
xpm install ... --dry-run
is not consistent when the referenced package is not in the central store versus when it is.The second dry run installation is a subset of the first one so the log output should probably reflect that and be consistent.
More specifically:
The text was updated successfully, but these errors were encountered: