mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-13 23:11:06 +00:00
feat(cli): add inspect hint after explore selection
This commit is contained in:
parent
4a7ebb4efc
commit
f33a9e0a10
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue