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
When an unparsed option starts with `-` or `--`, that was not meant to
be a package name so do not add it to the list of packages to install.
A package also cannot start with a dash as its id so it is fine not to
add them to the list.
* stable:
(version) 0.10.2
(doc) update CHANGELOG/nuspec
(GH-992) allow uninstall scripts for side by side
(GH-992) search for sidebyside install first
(GH-992) Uninstall should always work with version
(maint) RefreshEnv.cmd mentions cmd.exe
(maint) fix message
(spec) support no prompting
(GH-986) Remove extra forward slashes in url
(GH-573) Explain Failing Uninstall Options
(GH-985) rollback automatically on user cancel
(GH-984) Detect licensed options in FOSS
(GH-983) Do not add unparsed options to package names
(GH-982) Note AutoUninstaller in uninstall template
(docs) clean up messaging for logo use policy
When an option starts with
-
or--
, that cannot be a package name. So do not add it to the list of package names.The text was updated successfully, but these errors were encountered: