recursiveSubcommandsNames top-level property

List<String> recursiveSubcommandsNames
final

递归子命令名称列表

Implementation

final List<String> recursiveSubcommandsNames = [
  'add',
  'exec',
  'install',
  'list',
  'outdated',
  'publish',
  'rebuild',
  'remove',
  'run',
  'test',
  'unlink',
  'update',
  'why',
];