feat: pass packages from cli argument

This commit is contained in:
Guz013
2023-08-03 17:38:03 -03:00
parent b0e00d6e5c
commit c201a25e6e
7 changed files with 85 additions and 17 deletions

14
pnpm-lock.yaml generated
View File

@@ -43,6 +43,12 @@ importers:
specifier: workspace:*
version: link:../../packages/cli
fixtures/monorepo:
devDependencies:
'@eslit/cli':
specifier: workspace:*
version: link:../../packages/cli
fixtures/svelte:
devDependencies:
'@eslit/cli':
@@ -93,6 +99,9 @@ importers:
packages/cli:
dependencies:
commander:
specifier: ^11.0.0
version: 11.0.0
magic-string:
specifier: ^0.30.2
version: 0.30.2
@@ -1426,6 +1435,11 @@ packages:
/color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
/commander@11.0.0:
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
engines: {node: '>=16'}
dev: false
/comment-parser@1.3.1:
resolution: {integrity: sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==}
engines: {node: '>= 12.0.0'}