class Samovar::Split

Represents a split point in the command-line arguments.

A ‘Split` parser divides the argument list at a marker (typically `–`), allowing you to separate arguments meant for your command from those passed to another tool.