You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,8 +139,8 @@ Below is a detailed explanation of all command-line arguments:
139
139
*Behind the scenes:* The chosen model is passed along to the provider’s API calls. If the model is not available, a warning is logged and the default is used.
140
140
141
141
-**`--list-models`**
142
-
*Description:* Lists all available models for the selected provider and exits without processing any files.
143
-
*Behind the scenes:* Makes a test API call to retrieve a list of models and prints them to the console.
142
+
*Description:* Lists all available models for the selected provider and exits without processing any files. This is the only command that doesn't require `--folder` and `--lang` parameters.
143
+
*Behind the scenes:* Makes a test API call to retrieve a list of models and prints them to the console. When this flag is provided, the CLI parser automatically makes the usually required parameters optional.
144
144
145
145
-**`--openai-key`**
146
146
*Description:* Provides the OpenAI API key directly as a command-line argument (alternative to using `--api_key` or the environment variable).
0 commit comments