Skip to content
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

Bootstrapper doesn't print its help page #2099

Closed
inosik opened this issue Dec 27, 2016 · 0 comments
Closed

Bootstrapper doesn't print its help page #2099

inosik opened this issue Dec 27, 2016 · 0 comments

Comments

@inosik
Copy link
Contributor

inosik commented Dec 27, 2016

Description

paket.bootstrapper.exe --help doesn't print anything.

Repro steps

$ .paket/paket.bootstrapper.exe --help

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.

@inosik inosik changed the title Bootstrapper doesn't print it's help page Bootstrapper doesn't print its help page Dec 28, 2016
vbfox added a commit to vbfox/Paket that referenced this issue Jan 29, 2017
It should display something even when the boostrapper is in silent or very
silent mode.

Fixes fsprojects#2099
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant