[Mono-devel-list] Scripts and command line options for mono

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Jan 20 17:12:11 EST 2005


Currently we're installing scripts to run all the tools. For example,
running 'xsp args' will end up being 'mono .../lib/mono/1.0/xsp.exe
args'.

What if you want to pass arguments to mono itself? If no one objects,
we'll add a MONO_CMDLINE_OPTIONS (any suggestion for the name?)
environment variable that will be handled by the runtime as if its value
was passed on the command line.

Apart from this, one might want to pass certain options to, say, 'wsdl'
and not to 'xsp'. To solve this we will be adding a xxxx_CMDLINE_OPTIONS
to each script.

Useful comments are welcome.

-Gonzalo





More information about the Mono-devel-list mailing list