Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: abandon cli options --wrap, --no-highlight and --light-theme #758

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Jul 27, 2024

These options are only used to adjust the appearance and are rarely used. It is recommended to use the corresponding environment variables instead.

- aichat --wrap 80 --no-highlight --light-theme
+ AICHAT_WRAP=80 AICHAT_HIGHLIGHT=0 AICHAT_LIGHT_THEME=1

@sigoden sigoden merged commit 3441630 into main Jul 27, 2024
3 checks passed
@sigoden sigoden deleted the feat branch July 27, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant