-
-
Notifications
You must be signed in to change notification settings - Fork 432
Should sapper CLI warn about unknown arguments? #729
Comments
In a quick skim through the Sade readme I didn't see anything that would automatically support this - @lukeed is this currently possible? Or does the |
It's available through |
Forgot to address the other half of question sorry (😴was still waking up) I improved If you don't define an |
Fixed in 0.27.5. |
We had to revert this because of |
Re-fixed in 0.27.8 |
I use dotenv-flow which can interpret a |
I don't think it is Sapper's responsibility to handle this case as it comes at the cost of User Experience for Sapper users as in the example listed in this issue. I don't think that passing arbitrary arguments to a CLI would generally be expected to work nor do I believe it is a common practice with Sapper (I could be wrong, but most people probably don't even touch the scripts at all). We can add information about unknown props to the Sapper docs, dealing with any other support issues as they occur shouldn't be a problem. |
I just ran
sapper export --basename […]
a bunch of times before noticing I wantedbasepath
instead.The text was updated successfully, but these errors were encountered: