owo-cli 1.3.0 → 1.3.1
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/owo.js +1 -1
- package/package.json +1 -1
package/dist/owo.js
CHANGED
|
@@ -24767,7 +24767,7 @@ async function copyToClipboard(text) {
|
|
|
24767
24767
|
throw new Error(`Clipboard operation failed: ${error2}`);
|
|
24768
24768
|
}
|
|
24769
24769
|
}
|
|
24770
|
-
var VERSION3 = "1.3.
|
|
24770
|
+
var VERSION3 = "1.3.1";
|
|
24771
24771
|
function printHelp() {
|
|
24772
24772
|
console.log(`owo v${VERSION3} - Natural language to shell commands using AI
|
|
24773
24773
|
|