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

[cli] help seems to not be displayed correctly #1902

Closed
paul-marechal opened this issue May 14, 2018 · 2 comments · Fixed by #9842
Closed

[cli] help seems to not be displayed correctly #1902

paul-marechal opened this issue May 14, 2018 · 2 comments · Fixed by #9842
Labels
bug bugs found in the application help wanted issues meant to be picked up, require help theia-cli issues related to the theia-cli

Comments

@paul-marechal
Copy link
Member

Here is what I am getting:

yarn run v1.6.0
$ theia start --help
theia start

start the browser backend

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Done in 0.30s.

Is there anything special to do in order to get the full help on each contribution ?

@paul-marechal paul-marechal added the theia-cli issues related to the theia-cli label May 14, 2018
@akosyakov akosyakov added the bug bugs found in the application label May 15, 2018
@akosyakov
Copy link
Member

akosyakov commented May 15, 2018

It is regression. One should look why it does not work anymore.

@paul-marechal
Copy link
Member Author

$ theia start --help
Options:
  --help            Show help                                          [boolean]
  --version         Show version number                                [boolean]
  --mode            Mode to use
                  [choices: "development", "production"] [default: "production"]
  --split-frontend  Split frontend modules into separate chunks. By default
                    enabled in the dev mode and disabled in the prod mode.
                                                                       [boolean]

New output for theia start --help in examples/browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application help wanted issues meant to be picked up, require help theia-cli issues related to the theia-cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants