You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just installed the hjson CLI using cargo install hjson (version is 1.0.0). Upon trying to convert a HJSON-file to JSON using the example command from the README, I got the following error:
$ hjson -j books.hjson
error: the argument '-j' cannot be used with '[INPUT]'
Usage: hjson -j [INPUT]
For more information, try '--help'.
I assume this to be an issue in how clap is configured.
The text was updated successfully, but these errors were encountered:
I have just installed the hjson CLI using
cargo install hjson
(version is 1.0.0). Upon trying to convert a HJSON-file to JSON using the example command from the README, I got the following error:I assume this to be an issue in how clap is configured.
The text was updated successfully, but these errors were encountered: