Skip to content

Commit f483d5e

Browse files
committed
#7229 listing all types inside the help option
1 parent b5440d4 commit f483d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildScripts/ai/queryKnowledgeBase.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ program
1313
.name('neo-ai-query')
1414
.version('1.0.0') // Or from package.json
1515
.option('-q, --query <value>', 'The search query for the knowledge base')
16-
.option('-t, --type <value>', 'The content type to query for', 'all')
16+
.option('-t, --type <value>', 'The content type to query for. Choices: all, blog, guide, src, example', 'all')
1717
.parse(process.argv);
1818

1919
const opts = program.opts();

0 commit comments

Comments
 (0)