Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit d1c390c

Browse files
Batta32lzc850612
authored andcommitted
[Documentation][TypeScript] Improve generator documentation (#1331)
* Add parameters for the options in the tables of each generator * Remove 'array of' phrase
1 parent bbc8d08 commit d1c390c

File tree

2 files changed

+8
-8
lines changed
  • templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators

2 files changed

+8
-8
lines changed

templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/app/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
| Option | Description |
3838
|-----------------------------------|--------------------------------------------------------------------------------------------------------------|
39-
| -n, --assistantName <name> | name of new assistant (by default takes `customAssistant`) |
40-
| -d, --assistantDesc <description> | description of the new assistant (by default takes ``) |
41-
| -l, --assistantLang <array of languages>| languages for the new assistant. Possible values are `de`, `en`, `es`, `fr`, `it`, `zh` (by default takes all the languages)|
42-
| -p, --assistantGenerationPath <path> | destination path for the new assistant (by default takes the path where you are runnning the generator) |
39+
| -n, --assistantName [name] | name of new assistant (by default takes `customAssistant`) |
40+
| -d, --assistantDesc [description] | description of the new assistant (by default takes ``) |
41+
| -l, --assistantLang [languages]| languages for the new assistant. Possible values are `de`, `en`, `es`, `fr`, `it`, `zh` (by default takes all the languages)|
42+
| -p, --assistantGenerationPath [path] | destination path for the new assistant (by default takes the path where you are runnning the generator) |
4343
| --noPrompt | indicates to avoid the prompts |
4444

4545
**NOTE:** If you don't use the _--noPrompt_ option, the process will keep prompting, but using the input values by default.

templates/Virtual-Assistant-Template/typescript/generator-botbuilder-assistant/generators/skill/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
| Option | Description |
3838
|-----------------------------------|--------------------------------------------------------------------------------------------------------------|
39-
| -n, --skillName <name> | name of new skill (by default takes `customSkill`) |
40-
| -d, --skillDesc <description> | description of the new skill (by default takes ``) |
41-
| -l, --skillLang <array of languages>| languages for the new skill. Possible values are `de`, `en`, `es`, `fr`, `it`, `zh` (by default takes all the languages)|
42-
| -p, --skillGenerationPath <path> | destination path for the new skill (by default takes the path where you are runnning the generator) |
39+
| -n, --skillName [name] | name of new skill (by default takes `customSkill`) |
40+
| -d, --skillDesc [description] | description of the new skill (by default takes ``) |
41+
| -l, --skillLang [languages]| languages for the new skill. Possible values are `de`, `en`, `es`, `fr`, `it`, `zh` (by default takes all the languages)|
42+
| -p, --skillGenerationPath [path] | destination path for the new skill (by default takes the path where you are runnning the generator) |
4343
| --noPrompt | indicates to avoid the prompts |
4444

4545
**NOTE:** If you don't use the _--noPrompt_ option, the process will keep prompting, but using the input values by default.

0 commit comments

Comments
 (0)