# Functions
No description provided by the author
SingleArg checks if only one non-empty argument was provided and validates it using the validate function.
SingleOptionalArg checks if one or no arguments were provided and validates it if provided using the validate function.