We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da213cf commit 138f2c6Copy full SHA for 138f2c6
1 file changed
packages/nx/src/command-line/import/command-object.ts
@@ -13,7 +13,8 @@ export const yargsImportCommand: CommandModule = {
13
yargs
14
.positional('sourceRepository', {
15
type: 'string',
16
- description: 'The remote URL of the source to import.',
+ description:
17
+ 'The remote URL or local path of the source repository to import.',
18
})
19
.positional('destinationDirectory', {
20
0 commit comments