Skip to content

Commit cd60cc8

Browse files
author
jared
committed
Fix lbf-list-modules-typescript help documentation error
1 parent 343bea8 commit cd60cc8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

extras/lbf-nix/lbf-list-modules-typescript

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ Description:
2222
2323
Examples:
2424
Suppose there is a directory as follows.
25+
\`\`\`
26+
.
2527
|-A.lbf
2628
\`-Directory
2729
|-B.lbf
2830
\`-C.lbf
29-
Then, \`lbf-list-modules-typescript .\` returns
3031
\`\`\`
31-
A
32-
Directory.B
33-
Directory.C
32+
Then, \`lbf-list-modules-typescript my-package=.\` returns
33+
\`\`\`
34+
{
35+
"my-package": [ "A", "Directory.B", "Directory.C" ]
36+
}
3437
\`\`\``
3538

3639
async function main() {

0 commit comments

Comments
 (0)