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 am trying to use configure_me for a crate with two executables each with their own config files.
This section in the documentation seems wrong:
# config for binary foo
[package.metadata.configure_me.bin]
foo = "foo_config_spec.toml"
# config for binary bar
[package.metadata.configure_me.bin]
bar = "bar_config_spec.toml"
I believe it should be
# config for binary foo
[package.metadata.configure_me.bin]
foo = "foo_config_spec.toml"
bar = "bar_config_spec.toml"
I can open a PR for this later.
The text was updated successfully, but these errors were encountered:
no rush, I'll put one up tomorrow most likely. I spent a decent amount of time today digging through the code and may as well write down what I learned so this crate is easier to use for others.
I don't still have the error in my terminal scroll back, but it was something about redefining a table.
I am trying to use configure_me for a crate with two executables each with their own config files.
This section in the documentation seems wrong:
I believe it should be
I can open a PR for this later.
The text was updated successfully, but these errors were encountered: