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
I have a app that use threads/processes under the hood, so any initialized variables passed from args is not propagated/saved in the newly created process. However, ENV vars are accessible from there.
I know that ENV vars are a alternative way. But can they be the ONLY way to define arguments?
Operating System
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a app that use threads/processes under the hood, so any initialized variables passed from args is not propagated/saved in the newly created process. However, ENV vars are accessible from there.
I know that ENV vars are a alternative way. But can they be the ONLY way to define arguments?
Operating System
Linux
Operating System Details
No response
Typer Version
0.15.1
Python Version
3.12.8
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions