You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +53,13 @@ export const validateCommand: Command<void, void, any, string[], void> = new Com
50
53
'This tool checks if a dataset in a given directory is compatible with the Brain Imaging Data Structure specification. To learn more about Brain Imaging Data Structure visit http://bids.neuroimaging.io',
51
54
)
52
55
.arguments('<dataset_directory>')
53
-
.option('--json','Output machine readable JSON')
56
+
.option('--json','[Deprecated] Use --format json instead. Output machine readable JSON')
57
+
.type('format',formatType)
58
+
.option(
59
+
'--format <format:format>',
60
+
'Output format: text (default), json, or json_pp (pretty-printed JSON)',
0 commit comments