-
Notifications
You must be signed in to change notification settings - Fork 0
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
add a config option #27
Comments
adding configs is against a 'no config' principle of kama. this can be a slippery slope. |
alternatively, do not compact at all. |
komuw
added a commit
that referenced
this issue
Dec 6, 2021
What: - do not compact by default Why: - fixes: #27
This was referenced Jan 31, 2024
komuw
added a commit
that referenced
this issue
Jan 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kama.Dirp(x, ...config)
where config is optional.
struct config{
compact bool,
redact bool,
hideZeroValues bool,
}
maybe #24 should also be an option on the config struct?
The text was updated successfully, but these errors were encountered: