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 6adf58d commit a9fb7a1Copy full SHA for a9fb7a1
developer/src/kmc/src/commands/build.ts
@@ -78,7 +78,7 @@ If no input file is supplied, kmc will build the current folder.`)
78
});
79
80
command
81
- .command('ldml-test-data')
+ .command('ldml-test-data <infile>')
82
.description('Convert LDML keyboard test .xml to .json')
83
.action(buildTestData);
84
0 commit comments