You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commander.js treats options starting with --no as negating options and consequently options such as --no-cors and --no-storage-caching are not passed to anvil. Instead, the options are registered as { "cors": false } and are then skipped by pickAnvilOptions().
Easy to test is with cannon clean --no-confirm.
The text was updated successfully, but these errors were encountered:
Commander.js treats options starting with
--no
as negating options and consequently options such as--no-cors
and--no-storage-caching
are not passed toanvil
. Instead, the options are registered as{ "cors": false }
and are then skipped bypickAnvilOptions()
.Easy to test is with
cannon clean --no-confirm
.The text was updated successfully, but these errors were encountered: