Allow `bake` to take optional extra dictionaries
オープン
- 主要言語
- Python
- スター
- 8
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Enhancement: Have `bake` allow for extra existing dictionaries to automatically be mixed. This is useful for passing values not known before runtime, but may be required to resolve the templating syntax in the config file.
```python
options = {'A': 1}
options = bake(
'recipe.yml',
arg1=True,
arg2=False,
extras=[options]
)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。