:wave: hi folks…..I have some `--with` parameters ...
# ask-metaflow
s
👋 hi folks…..I have some
--with
parameters that I always want added when I call
run
to a flow….is there a recommended way to go about this? I potentially could modify
sys.argv
before the flow but that seems like it could have unexpected consequences.
âś… 1