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
I'm using helix editor which require formatter to read the source file from stdin and print the result to stdout
My discussion on Helix Editor
The text was updated successfully, but these errors were encountered:
That was added in #1529. You can use dx fmt -f - to format code from stdin
dx fmt -f -
Sorry, something went wrong.
@ealmloff log will be printed to stdout, how to disable it ?
What log are you getting? I don't get any extra logs running this command:
echo "rsx\!{div{}}" | dx fmt -f -
You can change the log level with the DIOXUS_LOG environment variable. Error is the level with only the most critical logs:
DIOXUS_LOG
export DIOXUS_LOG=error
No branches or pull requests
Specific Demand
I'm using helix editor which require formatter to read the source file from stdin and print the result to stdout
My discussion on Helix Editor
The text was updated successfully, but these errors were encountered: