Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit abd0a54

Browse files
docs(aider): improve formatting of module parameters in README.md for better readability
1 parent ff8dbe1 commit abd0a54

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

aider/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ module "aider" {
3434

3535
## Module Parameters
3636

37-
| Parameter | Description | Type | Default |
38-
| -------------------------------- | ------------------------------------------------------------------------- | -------- | ---------------------- |
39-
| `agent_id` | The ID of a Coder agent (required) | `string` | - |
40-
| `folder` | The folder to run Aider in | `string` | `/home/coder` |
41-
| `install_aider` | Whether to install Aider | `bool` | `true` |
42-
| `aider_version` | The version of Aider to install | `string` | `"latest"` |
43-
| `use_screen` | Whether to use screen for running Aider in the background | `bool` | `false` |
44-
| `use_tmux` | Whether to use tmux instead of screen for running Aider in the background | `bool` | `false` |
45-
| `session_name` | Name for the persistent session (screen or tmux) | `string` | `"aider"` |
46-
| `order` | Position of the app in the UI presentation | `number` | `null` |
37+
| Parameter | Description | Type | Default |
38+
| -------------------------------- | ------------------------------------------------------------------------- | -------- | ------------------- |
39+
| `agent_id` | The ID of a Coder agent (required) | `string` | - |
40+
| `folder` | The folder to run Aider in | `string` | `/home/coder` |
41+
| `install_aider` | Whether to install Aider | `bool` | `true` |
42+
| `aider_version` | The version of Aider to install | `string` | `"latest"` |
43+
| `use_screen` | Whether to use screen for running Aider in the background | `bool` | `false` |
44+
| `use_tmux` | Whether to use tmux instead of screen for running Aider in the background | `bool` | `false` |
45+
| `session_name` | Name for the persistent session (screen or tmux) | `string` | `"aider"` |
46+
| `order` | Position of the app in the UI presentation | `number` | `null` |
4747
| `icon` | The icon to use for the app | `string` | `"/icon/aider.svg"` |
48-
| `experiment_report_tasks` | Whether to enable task reporting | `bool` | `false` |
49-
| `experiment_pre_install_script` | Custom script to run before installing Aider | `string` | `null` |
50-
| `experiment_post_install_script` | Custom script to run after installing Aider | `string` | `null` |
48+
| `experiment_report_tasks` | Whether to enable task reporting | `bool` | `false` |
49+
| `experiment_pre_install_script` | Custom script to run before installing Aider | `string` | `null` |
50+
| `experiment_post_install_script` | Custom script to run after installing Aider | `string` | `null` |
5151

5252
## Usage Examples
5353

0 commit comments

Comments
 (0)