DescribeCommand constructor

DescribeCommand()

Implementation

DescribeCommand() {
  argParser.addOption(
    'path',
    help:
        'Path the AI should scan for callsites (e.g. `lib/`). Defaults to the project root.',
  );
}