> For the complete documentation index, see [llms.txt](https://docs.papert.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.papert.in/aruguments/terminal-args.md).

# Terminal Args

```
--terminal --dark-mode
```

Use colors suitable for a dark terminal background (default: False)\
Default: False\
Environment variable: `PAPERTLAB_DARK_MODE`

```
--terminal --light-mode
```

Use colors suitable for a light terminal background (default: False)\
Default: False\
Environment variable: `PAPERTLAB_LIGHT_MODE`

```
--terminal --pretty
```

Enable/disable pretty, colorized output (default: True)\
Default: True\
Environment variable: `PAPERTLAB_PRETTY`\
Aliases:

```
--pretty
--no-pretty
```

```
--terminal --stream
```

Enable/disable streaming responses (default: True)\
Default: True\
Environment variable: `PAPERTLAB_STREAM`\
Aliases:

```
--stream
--no-stream
```

```
--terminal --user-input-color VALUE
```

Set the color for user input (default: #00cc00)\
Default: #00cc00\
Environment variable: `PAPERTLAB_USER_INPUT_COLOR`

```
--terminal --tool-output-color VALUE
```

Set the color for tool output (default: None)\
Environment variable: `PAPERTLAB_TOOL_OUTPUT_COLOR`

```
--terminal --tool-error-color VALUE
```

Set the color for tool error messages (default: red)\
Default: #FF2222\
Environment variable: `PAPERTLAB_TOOL_ERROR_COLOR`

```
--terminal --assistant-output-color VALUE
```

Set the color for assistant output (default: #0088ff)\
Default: #0088ff\
Environment variable: `PAPERTLAB_ASSISTANT_OUTPUT_COLOR`

```
--terminal --code-theme VALUE
```

Set the markdown code theme (default: default, other options include monokai, solarized-dark, solarized-light)\
Default: default\
Environment variable: `PAPERTLAB_CODE_THEME`

```
--terminal --show-diffs
```

Show diffs when committing changes (default: False)\
Default: False\
Environment variable: `PAPERTLAB_SHOW_DIFFS`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.papert.in/aruguments/terminal-args.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
