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