EditCustomCommand constructor

EditCustomCommand()

Implementation

EditCustomCommand()
    : super('edit', 'Edit custom commands configuration file.') {
  argParser.addOption(
    'editor',
    abbr: 'e',
    help: r'Editor to use (default: $EDITOR or vim)',
  );
}