We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258ad3c commit eed5e78Copy full SHA for eed5e78
2 files changed
lib/bids-matlab
src/userInputs.m
@@ -14,6 +14,8 @@
14
if nargin < 1
15
cfg = struct('debug', []);
16
end
17
+
18
+ cfg = checkCFG(cfg);
19
20
[cfg, responses] = setDefaultResponses(cfg);
21
0 commit comments