-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels