@omnidev-ai/cli 0.13.2 → 0.13.3
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/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6005,8 +6005,7 @@ async function runCapabilityList(flags = {}) {
|
|
|
6005
6005
|
if (capabilityPaths.length === 0) {
|
|
6006
6006
|
console.log("No capabilities found.");
|
|
6007
6007
|
console.log("");
|
|
6008
|
-
console.log("To add capabilities,
|
|
6009
|
-
console.log("Each capability must have a capability.toml file.");
|
|
6008
|
+
console.log("To add capabilities, use the 'omnidev add cap' command.");
|
|
6010
6009
|
return;
|
|
6011
6010
|
}
|
|
6012
6011
|
let updates;
|