class Git::Commands::OperandAllocator

Allocates operand (positional argument) values to definitions following Ruby semantics.

This class handles the complex logic of mapping positional values to their definitions, supporting required, optional, and repeatable operands.

@api private