Function skip [src]

Skips the next argument and advances the iterator. Returns true if an argument was skipped, false if at the end of the command-line string.

Prototype

pub fn skip(self: *ArgIteratorWindows) bool

Parameters

self: *ArgIteratorWindows

Source

pub fn skip(self: *ArgIteratorWindows) bool { return self.nextWithStrategy(skip_strategy); }