-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
The value of hidden
in the config file is not respected
#1092
Comments
SVendittelli
added a commit
to SVendittelli/tokei
that referenced
this issue
May 6, 2024
Previously, setting `hidden = true` in the config file would have no effect. Now it is properly read. Fixes: XAMPPRocky#1092
SVendittelli
added a commit
to SVendittelli/tokei
that referenced
this issue
May 6, 2024
Previously, setting `hidden = true` in the config file would have no effect. Now it is properly read. Fixes: XAMPPRocky#1092
XAMPPRocky
pushed a commit
that referenced
this issue
May 13, 2024
Previously, setting `hidden = true` in the config file would have no effect. Now it is properly read. Fixes: #1092
ErikSchierboom
pushed a commit
to exercism/tokei
that referenced
this issue
Jun 7, 2024
Previously, setting `hidden = true` in the config file would have no effect. Now it is properly read. Fixes: XAMPPRocky#1092
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The value of
hidden
is not read from the config file (neithertokei.toml
nor.tokeirc
). Thehidden
field is documented on Struct tokei::Config.Expected behaviour
Running
tokei
with the followingtokei.toml
should have the same effect as runningtokei --hidden
:Actual behaviour
The value of
hidden
is ignored, settinghidden = true
does not change the output oftokei
.Steps to reproduce
tokei.toml
with the following contents:.hidden.toml
with the following contents:tokei
:tokei --hidden
:The text was updated successfully, but these errors were encountered: