mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 07:27:06 -04:00
style: sort keys in main.ts
This commit is contained in:
@@ -267,6 +267,20 @@ const SUPPORTED_CLI_OPTIONS: Record<CANONICAL_COMMAND_NAMES, Set<CLI_OPTIONS>> =
|
||||
'sort',
|
||||
'workspace-concurrency',
|
||||
]),
|
||||
'remove': new Set([
|
||||
'force',
|
||||
'global-pnpmfile',
|
||||
'global',
|
||||
'lockfile-directory',
|
||||
'lockfile-only',
|
||||
'lockfile',
|
||||
'package-import-method',
|
||||
'pnpmfile',
|
||||
'recursive',
|
||||
'reporter',
|
||||
'shared-workspace-lockfile',
|
||||
'store',
|
||||
]),
|
||||
'restart': new Set([]),
|
||||
'root': new Set([
|
||||
'global',
|
||||
@@ -291,20 +305,6 @@ const SUPPORTED_CLI_OPTIONS: Record<CANONICAL_COMMAND_NAMES, Set<CLI_OPTIONS>> =
|
||||
'test': new Set([
|
||||
'recursive',
|
||||
]),
|
||||
'remove': new Set([
|
||||
'force',
|
||||
'global-pnpmfile',
|
||||
'global',
|
||||
'lockfile-directory',
|
||||
'lockfile-only',
|
||||
'lockfile',
|
||||
'package-import-method',
|
||||
'pnpmfile',
|
||||
'recursive',
|
||||
'reporter',
|
||||
'shared-workspace-lockfile',
|
||||
'store',
|
||||
]),
|
||||
'unlink': new Set([
|
||||
'recursive',
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user