extVerbs top-level constant

Set<String> const extVerbs

The verbs accepted by fa ext.

Implementation

const extVerbs = {
  'list',
  'install',
  'remove',
  'update',
  'audit',
  'enable',
  'disable',
};