Splits argv into two arrays by the first separator found. If it's not found, the second array returned will be empty.
argv
separator
Splits
argv
into two arrays by the firstseparator
found. If it's not found, the second array returned will be empty.