From f33a9e0a108833a4906b5f6abaf623720175d9ed Mon Sep 17 00:00:00 2001 From: chenbaowang <49091147+Rsweater@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:40:51 +0800 Subject: [PATCH] feat(cli): add inspect hint after explore selection --- skillhub-cli/src/commands/explore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/skillhub-cli/src/commands/explore.ts b/skillhub-cli/src/commands/explore.ts index a1e1cee1..4a19d99b 100644 --- a/skillhub-cli/src/commands/explore.ts +++ b/skillhub-cli/src/commands/explore.ts @@ -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; }