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
This task was forgotten and is needed to have placeholders
resolved in subcommands.
* Replace `Container` type with `dict[str, Any]`
* Correct type annotation in `replace_placeholders`
* Replace "==" to "in" in `test_cmd_cli.py` more robust to
make it more robust
* Correct also the DocBuildContext
Replace placeholders in :command:`cli` main command. This ensures that the placeholders in the environment or application configuration are replaced before the subcommands are executed. This is necessary because the subcommands might rely on these placeholders being resolved.
0 commit comments