Conversation
|
I like this idea unironically. |
Co-Authored-By: Jared L <48422312+lhjt@users.noreply.github.com>
|
Option is added, but it doesn't do anything, except blocking other options in this PR :) What's the use case for (I think |
Testing locally it has the same effect as specifying all flags
For completeness, it can defiantly be removed |
1st1
left a comment
There was a problem hiding this comment.
Sorry for being party pooper here, but i'm -1 on calling it "yolo" no matter how funny it seems to be now.
This shouldn't be the case. We automatically apply that for the first migration, maybe this is what you've tested it with? (otherwise we have a bug somewhere in our clap generator, I'll take a look)
I think we can just assume |
|
IMO we should just add a short option for |
I see the point, but I don't agree that 100% of people would instantly understand everything that it does just by looking at its name. E.g. I would still have to check with the docs. Moreover, overarching names like this seem intuitive at first, but imagine that in the future we want to include another option/behavior to In general, it's a bad idea to use non-technical jargon in API design. It rarely ages well, and I don't want our core tool chain to evolve into something barely comprehensible like PHP standard library. And it's not a popular approach to naming in other tools either, otherwise instead of /2c |
|
There are plenty of words with aberration to technical meaning used in today's devtools. I believe You can't tell me "yeah I use MySQL, but have you ever yolo'd an EdgeDB?" does not sound poggers |
I think the current changes I've made does in fact do nothing except add it as a valid flag, for implementation properly imma leave that up to tailhook as I suck at rust 👀 |
|
To further clarify, |
|
In nightly, we have Please try new watch/dev-mode workflow. And feel free to reopen describing the use case that doesn't fit that workflow. Edit: Note: both |



Summary
as discussed in discord there should be a
--yoloflag thats short hand for--non-interactive,--allow_empty, and--allow_unsafe, this PR adds exactly that.