-
-
Notifications
You must be signed in to change notification settings - Fork 542
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
[Bug] Failed to output json. #1170
Comments
+1 OS
Log
|
slotThe
added a commit
to slotThe/tokei
that referenced
this issue
Nov 10, 2024
The new value parser introduced in [1] did not parse the option into a `Format`, but rather into a string, thus breaking alternative output formats, as a different type was expected. Fixes: XAMPPRocky#1170 [1]: 9627a24 (Fix cargo audit issues (XAMPPRocky#1137))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Version
>= v13.0.0-alpha.2
OS
wsl
Description
when running
cargo run -- --output json
, it shows:Steps to Reproduce
checkout
git checkout v13.0.0-alpha.2 # or any tags later
run
Additional Info
I can see some warnings at compiling
I guess it's related to the issue but don't know how to handle it.
The text was updated successfully, but these errors were encountered: