Hi @brentyi, Is it possible to do the following in [03_multiple_subcommands.py ](https://github.com/brentyi/tyro/blob/6d1a8d84137a4b702ac17e70c610e930926f2e77/examples/03_subcommands/03_multiple_subcommands.py) ``` python 03_multiple_subcommands.py optimizer:adam --optimizer.learning-rate 0.1 ``` <img width="997" alt="Image" src="https://github.com/user-attachments/assets/3b08cdd0-d3e4-4a3d-820a-ab6ac2259cbb" /> We have cases where we'd like to use the default `optimizer:adam` as is.