Allow toggling modal with commands

Hello,

The new Polaris uses commands which is nice. However, it seems commands are not yet supported with App Bridge modals. Would it be possible to add support like this:

<s-button command="--toggle" commandFor="modal-id">Toggle</s-button>
<ui-modal id="modal-id">
</ui-modal>

Thanks.