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

Command Mode docs - mention the "e" hotkey #19376

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Aug 12, 2021

  • used to edit the arguments

- used to edit the arguments

As command mode applications will often require arguments to be passed on the commandline, this is also possible in dev mode via:
As command mode applications will often require arguments to be passed on the commandline, this is also possible in dev mode via the `quarkus.args` system property. For example `mvn quarkus:dev -Dquarkus.args='--help'` and the same can be achieved with Gradle: `./gradlew quarkusDev --quarkus-args='--help'`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should add the CLI equivalent, while you're at it: quarkus dev -- args to pass along
(they would then be updated in the same way)

@gsmet
Copy link
Member

gsmet commented Aug 23, 2021

I'm merging this as it's an improvement, we can make follow up changes later.

@gsmet gsmet merged commit ed6f31b into quarkusio:main Aug 23, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 23, 2021
@gsmet gsmet modified the milestones: 2.3 - main, 2.1.4.Final Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants