Skip to content

Commit

Permalink
fix: updated jsdoc for options
Browse files Browse the repository at this point in the history
Signed-off-by: Muskan Bararia <muskan.b@docusign.com>
  • Loading branch information
Muskan Bararia committed Nov 13, 2023
1 parent fed2a92 commit a8673ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ class Commands {
* @param {string[]} dcsFiles - the decorator files to be applied to model
* @param {string[]} vocFiles - the vocab files to be applied to model
* @param {object} options - optional parameters
* @param {string} options.format - format of output models (CTO or JSON)
* @param {string} options.output - the output directory where the decorated models are to be written
* @returns {string} - Depending on the options, CTO string or JSON string
*/
static async decorate(modelFiles, dcsFiles,vocFiles,options) {
Expand Down

0 comments on commit a8673ab

Please sign in to comment.