As discussed in https://github.com/microsoft/MLOS/pull/960/files/393e0388b3f56e234277172094a28a5f76c8e9bd#r2006415713
right now for ScriptEnv run commands to use const_args and/or required_args we have to explicitly list them in shell_env_params which can get duplicative and verbose.
It might be convenient to allow a shorthand for exporting all or each those in one or two lines.