usageException method
Throws a UsageException with message.
Implementation
Never usageException(String message) =>
    throw UsageException(message, _usageWithoutDescription);Throws a UsageException with message.
Never usageException(String message) =>
    throw UsageException(message, _usageWithoutDescription);