Skip to content

Commit

Permalink
fix: missing flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Jul 4, 2024
1 parent a105576 commit 97c3c16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/inputs/flags/question.flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ import { FlagChar } from './char.js'
export default oclif.Flags.string({
char: FlagChar.Question,
helpValue: 'STRING',
summary: 'The question to ask the language model about the text content.',
summary:
'The question to ask the language model about the text content. (requires LLM, sets concurrency to 1)',
description:
'Questions are answered using LLM. Ensure LLMs are configured by running `darwin config set`.',
})

0 comments on commit 97c3c16

Please sign in to comment.