We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a213fc2 commit 5d52310Copy full SHA for 5d52310
src/Cli/src/Commands/SummarizeCommand.cs
@@ -15,7 +15,7 @@ internal sealed class SummarizeCommand : Command
15
getDefaultValue: () => 20,
16
description: "Word count for summary");
17
var promptOption = new Option<string>(
18
- aliases: ["--prompt", "-w"],
+ aliases: ["--prompt", "-p"],
19
getDefaultValue: () => "Please summarize the the following text in {wordCount} words or less",
20
description: "Prompt for summarization");
21
0 commit comments