Closed NiLuJe closed 3 years ago
Ensures the "stop parsing" token -- is handled properly, without having to resort to more hackery.
--
Compare passing -- foo to the CLI, where glib will drop the --, to passing -- -foo where it will not.
-- foo
-- -foo
Thanks
Ensures the "stop parsing" token
--
is handled properly, without having to resort to more hackery.