What is the default way we are going to handle writing documentation where we cannot have environment variables in an evn.json file? How do we request custom input?
I was just exporting the variable declarations in the setup. i.e

But what do we do for custom values the user needs to input? How can we ask for custom input while still having simdem run automatically? Unfortunately, any local declarations made will overrun env.json variables declared behind the scenes during a simdem run.

What is the default way we are going to handle writing documentation where we cannot have environment variables in an evn.json file? How do we request custom input?
I was just exporting the variable declarations in the setup. i.e
But what do we do for custom values the user needs to input? How can we ask for custom input while still having simdem run automatically? Unfortunately, any local declarations made will overrun env.json variables declared behind the scenes during a simdem run.