Closed v-xiaofchen closed 6 months ago
not repro on win11-x64
This is a problem with the zsh
shell used by the tester - zsh
will attempt to expand the ?
character as a wildcard so it doesn't find any matching commands. You can fix this by telling zsh to not glob via unsetopt nomatch
. There are more details at https://github.com/ohmyzsh/ohmyzsh/issues/31.
fixed on uninstall tool 1.7.550802
To Reproduce 1.Prepare a clean MacOS. 2.install dotnet-core-uninstall(1.7.0) from tar
4.Install 8.0.204(osx-x64) from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
Expected Result: The option "-?" can work.
Actual Result: The option "-?" doesn’t work.