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
All of the top level commands that use make should be wrapped in a cli tool (see fire cli or rich cli) and allow abstractions for overriding default configs partially ( arg1=..., agr2-...) or completely ( confg=my_config.yml).
All of the top level commands that use
makeshould be wrapped in a cli tool (see fire cli or rich cli) and allow abstractions for overriding default configs partially ( arg1=..., agr2-...) or completely ( confg=my_config.yml).