safeGhSubcommands top-level constant

Set<String> const safeGhSubcommands

Safe gh (GitHub CLI) subcommands (read-only).

Implementation

const safeGhSubcommands = {
  'view',
  'list',
  'status',
  'diff',
  'comment',
  'checks',
};