Skip to content

Fix case statement loop when missing --example-arg

Charlie Harbeson requested to merge revert-case-statement into master

Fixes the endless loop in the case where only -- is shifted. No need for this anyways since we only ended up with a single arg.

Merge request reports