Skip to content

Commit 138f2c6

Browse files
MaxKlessFrozenPandaz
authored andcommitted
fix(core): update sourceRespository description of nx import (#34606)
we can also import local repos (cherry picked from commit c436719)
1 parent da213cf commit 138f2c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/nx/src/command-line/import/command-object.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export const yargsImportCommand: CommandModule = {
1313
yargs
1414
.positional('sourceRepository', {
1515
type: 'string',
16-
description: 'The remote URL of the source to import.',
16+
description:
17+
'The remote URL or local path of the source repository to import.',
1718
})
1819
.positional('destinationDirectory', {
1920
type: 'string',

0 commit comments

Comments
 (0)