Skip to content

Commit

Permalink
Merge pull request #105 from joshjohanning/feat-default-import-paths
Browse files Browse the repository at this point in the history
feat: add defaults for the `import` command's `--input-path` and `--repository-mappings-path` arguments
  • Loading branch information
timrogers authored Dec 8, 2023
2 parents 954117d + ef68020 commit 8e86bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,12 @@ command
.requiredOption(
'--input-path <input_path>',
'The path to the exported project data. This will be the --project-output-path argument passed to the `export` command, which defaults to `project.json`.',
'project.json',
)
.requiredOption(
'--repository-mappings-path <repository_mappings_path>',
'The path to your completed repository mappings file. This will be the --repository-mappings-output-path argument passed to the `export` command, which defaults to `repository-mappings.csv`.',
'repository-mappings.csv',
)
.option(
'--project-title <project_name>',
Expand Down

0 comments on commit 8e86bb8

Please sign in to comment.