Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
299 stars 43 forks source link

Handle "rest" arguments the glib way #68

Closed NiLuJe closed 3 years ago

NiLuJe commented 3 years ago

Ensures the "stop parsing" token -- is handled properly, without having to resort to more hackery.

NiLuJe commented 3 years ago

Compare passing -- foo to the CLI, where glib will drop the --, to passing -- -foo where it will not.

Dushistov commented 3 years ago

Thanks