Skip to content

Commit

Permalink
cli: Do not load the /latest/ schema by default
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 27, 2024
1 parent da8a99e commit 0d12f90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion bids-validator/src/setup/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Deno.test('options parsing', async (t) => {
datasetPath: 'my_dataset',
debug: 'ERROR',
json: true,
schema: 'latest',
color: false,
blacklistModalities: [],
})
Expand Down
3 changes: 0 additions & 3 deletions bids-validator/src/setup/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ const validateCommand = new Command()
.option(
'-s, --schema <URL-or-tag:string>',
'Specify a schema version to use for validation',
{
default: 'latest',
},
)
.option('-c, --config <file:string>', 'Path to a JSON configuration file')
.option('-v, --verbose', 'Log more extensive information about issues')
Expand Down

0 comments on commit 0d12f90

Please sign in to comment.