mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 17:09:07 +08:00
tweak: clarify skill tool path
This commit is contained in:
@@ -229,7 +229,7 @@ function runUseSkill(skillName) {
|
|||||||
if (frontmatter.description) {
|
if (frontmatter.description) {
|
||||||
console.log(`# ${frontmatter.description}`);
|
console.log(`# ${frontmatter.description}`);
|
||||||
}
|
}
|
||||||
console.log(`# Supporting tools and docs are in ${skillDirectory}`);
|
console.log(`# Skill-specific tools and reference files live in ${skillDirectory}`);
|
||||||
console.log('# ============================================');
|
console.log('# ============================================');
|
||||||
console.log('');
|
console.log('');
|
||||||
|
|
||||||
@@ -264,4 +264,4 @@ switch (command) {
|
|||||||
console.log(' superpowers-codex use-skill superpowers:brainstorming');
|
console.log(' superpowers-codex use-skill superpowers:brainstorming');
|
||||||
console.log(' superpowers-codex use-skill my-custom-skill');
|
console.log(' superpowers-codex use-skill my-custom-skill');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user