mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: Rename user submitted input color option
This commit is contained in:
parent
a9150eb9a0
commit
40d278771a
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
|
|||
[--restore-chat-history | --no-restore-chat-history]
|
||||
[--llm-history-file] [--dark-mode] [--light-mode]
|
||||
[--pretty | --no-pretty] [--stream | --no-stream]
|
||||
[--user-input-color] [--user-submitted-input-color]
|
||||
[--user-input-color] [--user-input-submitted-color]
|
||||
[--tool-output-color] [--tool-error-color]
|
||||
[--tool-warning-color] [--assistant-output-color]
|
||||
[--completion-menu-color] [--completion-menu-bg-color]
|
||||
|
@ -325,9 +325,9 @@ Set the color for user input (default: #00cc00)
|
|||
Default: #00cc00
|
||||
Environment variable: `AIDER_USER_INPUT_COLOR`
|
||||
|
||||
### `--user-submitted-input-color VALUE`
|
||||
### `--user-input-submitted-color VALUE`
|
||||
Set the color for user submitted input (default: #00cc00)
|
||||
Environment variable: `AIDER_USER_SUBMITTED_INPUT_COLOR`
|
||||
Environment variable: `AIDER_USER_INPUT_SUBMITTED_COLOR`
|
||||
|
||||
### `--tool-output-color VALUE`
|
||||
Set the color for tool output (default: None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue