There was an error while loading. Please reload this page.
1 parent 555795d commit 8e12ac3Copy full SHA for 8e12ac3
1 file changed
scripts/utils.mjs
@@ -2,7 +2,7 @@
2
* Get the value of the given argument name.
3
*
4
* @param {string} argName
5
- * @returns
+ * @returns {string?} The value of the given 'argName'.
6
*/
7
export function parseArgValue(argName) {
8
const argNamePattern = new RegExp(`^--${argName}\\b`);
0 commit comments