usageException method

  1. @override
Never usageException(
  1. String message
)
override

Throws a UsageException with message.

Implementation

@override
Never usageException(String message) =>
    throw args.UsageException(message, formatUsage(includeDescription: true));