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
It would be nice to have the main flow function exposed as regular python function, so that users can more programatically batch multiple compilation with different options.
Note: since @click decorated function are not really meant to be directly callable (see pallets/click#40), separating out the flow function implementation from the decorated wrapper might be necessary to achieve this.
The text was updated successfully, but these errors were encountered:
It would be nice to have the main
flow
function exposed as regular python function, so that users can more programatically batch multiple compilation with different options.Note: since
@click
decorated function are not really meant to be directly callable (see pallets/click#40), separating out the flow function implementation from the decorated wrapper might be necessary to achieve this.The text was updated successfully, but these errors were encountered: