From 311037b58eb2712da7d1d3cf76b1c1ba60d93544 Mon Sep 17 00:00:00 2001 From: peterdanwan Date: Thu, 12 Sep 2024 23:28:19 -0400 Subject: [PATCH] update the -c option's description --- src/commanderProgram.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/commanderProgram.js b/src/commanderProgram.js index eb9f7e1..4e51242 100644 --- a/src/commanderProgram.js +++ b/src/commanderProgram.js @@ -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 ', '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 ', 'specify how deterministic you want your AI to be (values should be between 0 to 1)'