Skip to content

Commit

Permalink
update the -c option's description
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanwan committed Sep 13, 2024
1 parent f0e3226 commit 311037b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commanderProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ program.option(
"specify which free-tier model you'd want to use (e.g., gemini, openai, grok)"
);
program.option('-p, --prompt <string>', 'specify a custom prompt');
program.option('-c, --config', 'show the location of the configuration file and link to examples');
program.option(
'-c, --config',
"makes a .gimme_readme_config file if it doesn't exist and/or shows the location of this config file"
);
program.option(
'-t, --temperature <number>',
'specify how deterministic you want your AI to be (values should be between 0 to 1)'
Expand Down

0 comments on commit 311037b

Please sign in to comment.