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

terminal entry and help should guide/help users #23036

Closed
maxandersen opened this issue Jan 19, 2022 · 1 comment · Fixed by #23125
Closed

terminal entry and help should guide/help users #23036

maxandersen opened this issue Jan 19, 2022 · 1 comment · Fixed by #23125
Labels
area/devmode kind/enhancement New feature or request
Milestone

Comments

@maxandersen
Copy link
Member

Description

entering the terminal as a user you are just shown:

quarkus$

no info, no help command and I only by chance realized tab completion works.

Suggestions:

  1. Provide a help command that explains a bit about what you can do.

  2. give some initial context:

You are now in Quarkus Terminal. Your app is still running. Use `help` or tab completion to explore.

quarkus$
  1. have a help/info for the commands with some examples. Still haven't figured out what the commands do :)

Implementation ideas

No response

@maxandersen
Copy link
Member Author

  1. all commands now just return no message/info when run, i.e. "test pattern" has zero output.

@maxandersen maxandersen changed the title terminal entry and help does not guide/help users terminal entry and help should guide/help users Jan 19, 2022
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Jan 24, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 24, 2022
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.0.Final Jan 24, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Jan 24, 2022
Fixes quarkusio#23036

(cherry picked from commit e194757)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devmode kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants