feat(cli): add inspect hint after explore selection

This commit is contained in:
chenbaowang 2026-04-22 16:40:51 +08:00
parent 4a7ebb4efc
commit f33a9e0a10

View file

@ -266,6 +266,7 @@ export function registerExplore(program: Command) {
}
info(`\nSelected: ${selected}`);
dim("Run: skillhub install " + selected);
dim("Run: skillhub inspect " + selected + " for details");
return;
}