We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
paket.bootstrapper.exe --help doesn't print anything.
paket.bootstrapper.exe --help
$ .paket/paket.bootstrapper.exe --help
The bootstrapper prints the help page.
The bootstrapper doesn't print anything, because the condition in ConsoleImpl.cs#L54 evaluates to true.
true
None. paket.bootstrapper.exe -v --help doesn't work either, because the verbosity gets set later.
paket.bootstrapper.exe -v --help
The text was updated successfully, but these errors were encountered:
Ensure that boostrapper --help always work
2e2fe3c
It should display something even when the boostrapper is in silent or very silent mode. Fixes fsprojects#2099
No branches or pull requests
Description
paket.bootstrapper.exe --help
doesn't print anything.Repro steps
Expected behavior
The bootstrapper prints the help page.
Actual behavior
The bootstrapper doesn't print anything, because the condition in ConsoleImpl.cs#L54 evaluates to
true
.Known workarounds
None.
paket.bootstrapper.exe -v --help
doesn't work either, because the verbosity gets set later.The text was updated successfully, but these errors were encountered: