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 897c79c
Showing 1 changed file with 0 additions and 3 deletions.
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 897c79c

Please sign in to comment.