We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change the default output style from plain to xml in version 0.3.0.
plain
xml
This is a breaking change that will require users who want plain text to explicitly specify:
repomix --style plain
or in config:
{ "output": { "style": "plain" } }
Thoughts and feedback welcome!
The text was updated successfully, but these errors were encountered:
yamadashy
No branches or pull requests
Proposal
Change the default output style from
plain
toxml
in version 0.3.0.Why?
Impact
This is a breaking change that will require users who want plain text to explicitly specify:
or in config:
Version
Thoughts and feedback welcome!
The text was updated successfully, but these errors were encountered: