Skip to content

Commit

Permalink
fix(core): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Aug 28, 2024
1 parent 0a94c12 commit a15068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/import/command-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { handleErrors } from '../../utils/params';

export const yargsImportCommand: CommandModule = {
command: 'import [sourceRemoteUrl] [destination]',
describe: `Import a project into the current workspace. Install git-filter-repo for faster imports (https://github.com/newren/git-filter-repo).`,
describe: false,
builder: (yargs) =>
linkToNxDevAndExamples(
withVerbose(
Expand Down

0 comments on commit a15068b

Please sign in to comment.