Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
fix doc (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: xichen <[email protected]>
  • Loading branch information
shawncx and msxichen authored Sep 1, 2020
1 parent 7495a6b commit 75f2c03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions doc/cli-directive.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ For groupName, operationName, parameterName, typeName, propertyName, usually you
- optional
- json:
- add 'json: ...' under 'language->cli'.
- add 'x-ms-client-flatten: false' under 'extensions' and 'cli-flatten: false' under 'language->cli' if 'json: true'. Note: if command includes argument'--target-mode=core' or '--sdk-no-flatter', 'x-ms-client-flatten' won't be changed.
- add 'x-ms-client-flatten: false' under 'extensions' and 'cli-flatten: false' under 'language->cli' if 'json: true'.
- flatten:
- add 'x-ms-client-flatten: ..." under 'extensions'
- add 'cli-flatten: ..." under 'extensions'
- formatTable:
- add properties information under 'language->cli'.
- optional
Expand All @@ -87,10 +87,6 @@ For groupName, operationName, parameterName, typeName, propertyName, usually you
- opName1
- opName2
- ...
- cli-flatten
- flatten object
- add 'cli-flatten: ..." under 'language->cli'
- optional

## How to troubleshooting
> Add --debug in your command line to have more intermedia output files for troubleshooting
Expand Down

0 comments on commit 75f2c03

Please sign in to comment.