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
Currently the default configuration format is EDN, but cprop also knows how to work with .properies, so it make sense to add a reader for that.
.properies
Also nothing stops cprop to later know YAML or JSON or somethin more exotic, etc..
Needs more thinking and would probably look something like:
(load-config :format :lua)
(load-config :format :yaml)
with :edn be a default format.
:edn
(needs to be pluggable, so it is easy for others to contribute more formats)
The text was updated successfully, but these errors were encountered:
:format
No branches or pull requests
Currently the default configuration format is EDN, but cprop also knows how to work with
.properies
, so it make sense to add a reader for that.Also nothing stops cprop to later know YAML or JSON or somethin more exotic, etc..
Needs more thinking and would probably look something like:
with
:edn
be a default format.(needs to be pluggable, so it is easy for others to contribute more formats)
The text was updated successfully, but these errors were encountered: