I have a main() function which runs a bunch of other functions. Is there a way for main() to "inherit" arguments from each of the functio
main()