complete-cli 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -60317,7 +60317,7 @@ async function $o(templates, ...expressions) {
|
|
|
60317
60317
|
* will not be passed to the console.
|
|
60318
60318
|
*
|
|
60319
60319
|
* This is a wrapper around the `$` function from `execa`. (The quiet behavior is how the vanilla
|
|
60320
|
-
* version of the
|
|
60320
|
+
* version of the `$` function works, so this is just a wrapper with no additional modifications.)
|
|
60321
60321
|
*/
|
|
60322
60322
|
// If we re-export the function, then it will no longer have our JSDoc comment above.
|
|
60323
60323
|
// eslint-disable-next-line unicorn/prefer-export-from
|