usageException method

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

Throws a usage error with the given message.

Implementation

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