Don't throw for unknown operands
Created by: tflori
Currently GetOpt::getOperand('operand')
throws. This is problematic when you use commands and don't know if the operand is given or not. Like GetOpt::getOption('option')
it should return null
when the option does not exist.