description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description =>
    'Write an AI-pointer plan that translates missing keys (--auto for a '
    'direct LLM call).';