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
* Yargs command handler for generating a combined library.
132
132
*
133
133
* @param {CliArgs} argv - The command line arguments
134
-
* @param {CliArgs} source-path: path in which a pre-combined library lives
135
-
* @param {CliArgs} destination-path: path where to copy over the library
136
-
* @param {CliArgs} initial-generation: path in which a pre-combined library lives; defaults to false
137
-
* @param {CliArgs} release-level: what is the release level of the library (default is preview)
138
-
* @param {CliArgs} string-to-replace: string to replace in the readme
139
-
* @param {CliArgs} replacement-string-samples: string to replace with the string-to-replace for the samples table in the readme (only used with initial generation)
140
-
* @param {CliArgs} replacement-string-release-level: string to replace with the string-to-replace for the releaseLevel in the readme (only used with initial generation)
134
+
* source-path: path in which a pre-combined library lives
135
+
* destination-path: path where to copy over the library
136
+
* initial-generation: path in which a pre-combined library lives; defaults to false
137
+
* release-level: what is the release level of the library (default is preview)
138
+
* string-to-replace: string to replace in the readme
139
+
* replacement-string-samples: string to replace with the string-to-replace for the samples table in the readme (only used with initial generation)
140
+
* replacement-string-release-level: string to replace with the string-to-replace for the releaseLevel in the readme (only used with initial generation)
0 commit comments