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.
staticdescription='Merge `<kind>.schema` and `<kind>[.<locale>].uischema` definitions from a project and its dependencies into a single .schema for describing .dialog files and a per locale .uischema for describing how Composer shows them. If a dependent package has an ExportedAssets directory it is copied to ImportedAssets/<package> in the --imports directory.'
10
+
staticdescription='Merge `<kind>.schema` and `<kind>[.<locale>].uischema` definitions from a project and its dependencies into a single .schema for describing .dialog files and a per locale .uischema for describing how Composer shows them. If a dependent package has an "exported" directory it is copied to /<package> in the --imports directory.'
11
11
12
12
staticargs=[
13
-
{name: 'patterns',required: true,description: 'Any number of glob regex patterns to match .csproj, .nuspec or package.json files.'},
13
+
{name: 'patterns',required: true,description: 'Any number of glob regex patterns to match .csproj, .nuspec or package.json files.'},
14
14
]
15
15
16
16
staticstrict=false
17
17
18
18
staticflags: flags.Input<any>={
19
-
checkOnly: flags.boolean({char: 'c',description: 'Check and do not write files.',default: false}),
extension: flags.string({description: 'Extension to include as a resource.',required: false,multiple: true,default: ['.dialog','.lg','.lu','.schema','.qna','.uischema']}),
22
-
help: flags.help({char: 'h'}),
23
-
nugetRoot: flags.string({description: 'Nuget root directory for debugging.',hidden: true}),
24
-
imports: flags.string({description: 'Output path for imported assets. Defaults to the directory of --out with an ImportedAssets directory.',required: false}),
25
-
output: flags.string({char: 'o',description: 'Output path and filename for merged .schema and .uischema. Defaults to first project name.',required: false}),
26
-
schema: flags.string({char: 's',description: 'Path to merged .schema file to use if merging .uischema only.',required: false}),
27
-
verbose: flags.boolean({char: 'v',description: 'Show verbose logging of files as they are processed.',default: false}),
19
+
checkOnly: flags.boolean({char: 'c',description: 'Check and do not write files.',default: false}),
extension: flags.string({description: 'Extension to include as a resource.',required: false,multiple: true,default: ['.dialog','.lg','.lu','.schema','.qna','.uischema']}),
22
+
help: flags.help({char: 'h'}),
23
+
imports: flags.string({description: 'Output path for imported assets. Defaults to the directory of --out with an imported directory.',required: false}),
24
+
nugetRoot: flags.string({description: 'Nuget root directory for debugging.',hidden: true}),
25
+
output: flags.string({char: 'o',description: 'Output path and optional filename for merged .schema and .uischema. Defaults to first project name.',required: false}),
26
+
schema: flags.string({char: 's',description: 'Path to merged .schema file to use if merging .uischema only.',required: false}),
27
+
verbose: flags.boolean({char: 'v',description: 'Show verbose logging of files as they are processed.',default: false}),
0 commit comments