flag: stop processing flags once --
arg is reached and expose remaining args
#2
Labels
invalid
This doesn't seem right
--
arg is reached and expose remaining args
#2
After
--
all arguments should stop being processed. We can then expose the remaining args by giving a newargc
andargv
pointer to the calling starting after the ocurrence of--
The text was updated successfully, but these errors were encountered: