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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/cli/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ OPTIONS
437
437
-i, --in=in (required) LG File or folder that contains .lg file(s)
438
438
-o, --out=out Output file or folder name. If not specified stdout will be used as output
439
439
-r, --recurse Consider sub-folders to find .lg file(s)
440
+
-e, --external-functions Pass a list of external functions and add them to Expression functions, seprated by ",". for example, "function1,function2,function3"
Copy file name to clipboardExpand all lines: packages/lg/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ OPTIONS
47
47
-i, --in=in (required) LG File or folder that contains .lg file(s)
48
48
-o, --out=out Output file or folder name. If not specified stdout will be used as output
49
49
-r, --recurse Consider sub-folders to find .lg file(s)
50
+
-e, --external-functions Pass a list of external functions and add them to Expression functions, seprated by ",". for example, "function1,function2,function3"
recurse: flags.boolean({char: 'r',description: 'Consider sub-folders to find .lg file(s)'}),
29
30
out: flags.string({char: 'o',description: 'Output file or folder name. If not specified stdout will be used as output'}),
30
31
force: flags.boolean({char: 'f',description: 'If --out flag is provided with the path to an existing file, overwrites that file'}),
32
+
'external-functions': flags.string({char: 'e',helpValue: 'function1,function2',description: 'Pass a list of external functions and add them to Expression functions, seprated by ",". for example, "function1,function2,function3"'}),
0 commit comments