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.
locale: flags.string({char: 'l',description: 'Locales to generate. [default: en-us]',multiple: true}),
25
25
output: flags.string({char: 'o',description: 'Output path for where to put generated .lu, .lg, .qna and .dialog files. [default: .]',default: '.',required: false}),
26
26
schema: flags.string({char: 's',description: 'Path to your app.schema file.',required: false}),
27
-
templates: flags.string({char: 't',description: 'Directory with templates to use for generating assets.',multiple: true}),
27
+
templates: flags.string({char: 't',description: 'Directory with templates to use for generating assets. With multiple directories, the first definition found wins. To include the standard templates, just use "standard" as a template directory name.',multiple: true}),
28
28
verbose: flags.boolean({description: 'Output verbose logging of files as they are processed',default: false}),
Copy file name to clipboardExpand all lines: packages/dialog/src/commands/dialog/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The generate command generates .lu, .lg, .qna and .dialog assets from a schema d
30
30
-**--locale, -l** Locales to generate. By default en-us.
31
31
-**--output, -o** Output directory.
32
32
-**--schema, -s** Path to your app.schema file. By default is the standard SDK app.schema.
33
-
-**--templates, -t** Directories with templates to use for generating assets.
33
+
-**--templates, -t** Directories with templates to use for generating assets. First definition wins. A directory of "standard" includes the standard templates included with the tool.
34
34
-**--verbose, -v** Verbose logging of generated files.
0 commit comments