Reads --name value, --name=value and bare --name (true) from the arguments. A value that starts with -- counts as the next flag. Anything not after a --name is skipped.
--name value
--name=value
--name
--
Reads
--name value,--name=valueand bare--name(true) from the arguments. A value that starts with--counts as the next flag. Anything not after a--nameis skipped.