You'll notice
Useful2 Signal0
The --cloud and --remote flags no longer get special early handling and go straight to the normal parser.
What's wrong with this entry?
Anonymous. No account, no email.
--cloud--remote
What
The argv pre-scanner no longer has special handling for these two flags; they now reach the normal parser untouched.
Details
- The pre-scanner no longer recognises
--cloudor--remote, nor their=valueforms. - It no longer consumes a following non-flag argument as a value for either.
Evidence
--cloud=
Strings lifted out of the shipped bundle, so the claim above can be checked against them.