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
In function enrich_args_via_cfg, we take args from the CLI + any default args and then overwrite them based on what has been provided in other locations.
Here is a problem though, if I flip the sequence and have the og arguments take priority, then the non-user supplied default values will overwrite those provided in the config files.
if i use looper with a limit command
looper run --limit 2
but then place this in my looper config:
The config file takes priority but it should be the other way around. The CLI should always take priority.
The text was updated successfully, but these errors were encountered: