Skip to content

Commit a9fb7a1

Browse files
committed
chore(developer): add missing parameter to ldml-test-data
1 parent 6adf58d commit a9fb7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer/src/kmc/src/commands/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If no input file is supplied, kmc will build the current folder.`)
7878
});
7979

8080
command
81-
.command('ldml-test-data')
81+
.command('ldml-test-data <infile>')
8282
.description('Convert LDML keyboard test .xml to .json')
8383
.action(buildTestData);
8484

0 commit comments

Comments
 (0)