-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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: consider defaulting to dev
command when in a quarkus project
#16155
Comments
How do you quickly decide a project is a Quarkus project ? |
Open browser on dev/UI I'm not following...what if it's a command mode or pure websocket there is no devui...should be a better thing devmode itself in Quarkus would do that...? |
Well you already do that, don't you? Since I've seen the CLI fire up gradle or mvn.
Perhaps, true. |
that happens because user explicit asks for a command to execute. That said I'm not really against the idea as another thing I would like to add is #11516 so you can just run which I guess isn't a bad thing - but for me getting help printed is just the default experience I have with other clis...lets me discover what it can do more. maybe if we did something like print a single line info in this default case:
wdyt? |
Sure, but other CLIs don't really have any logical default action, perhaps? This sorta feels like one of those "oh you know what I mean" when you type it.
That looks perfectly fine to me :) |
hmmm. maybe.. if there was no other output that would scroll the buffer so you would know what happened.. maybe. but I could just as easily see the default action as a one-and-done build (rather than dev).. if you are already in a quarkus project somewhere |
doing Thus for now closing this. |
ATM it lists the available commands, but there's already
qs --help
for that.It could be a nicer default to default to
qs dev
if the current CWD is a quarkus project, no?And bonus points: open browser on the DEV UI?
The text was updated successfully, but these errors were encountered: