Hi all I think I might be missing a mental model w/ Effect.
As I understand an Effect is kind of like a program. And then Effect.runPromise(...) runs the program.
How should I think about passing arguments to the program? I see there are a few options but I don't know what's the most idiomatic. And when I think of a program, I assume I might pass "cli arguments" to it.