usageException method

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

Throws a UsageException with message.

Implementation

@override
Never usageException(String message) => throw args_pkg.UsageException(
  message,
  formatGlobalUsage(includeDescription: false),
);