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
config()
Previously the EntryPoint command would handle the -c /path/to/config.toml argument generated by CmdRunner::config.
EntryPoint
-c /path/to/config.toml
CmdRunner::config
However, after the clap v3 upgrade there is no longer a universal -c option available, especially one that works with subcommands.
clap
-c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Previously the
EntryPoint
command would handle the-c /path/to/config.toml
argument generated byCmdRunner::config
.However, after the
clap
v3 upgrade there is no longer a universal-c
option available, especially one that works with subcommands.The text was updated successfully, but these errors were encountered: