registerArguments abstract method

void registerArguments(
  1. ArgParser argParser
)

Registers any custom command-line arguments needed by this plugin.

Implementation

void registerArguments(ArgParser argParser);