[Mono-dev] Cross-platform command-lines

"Andrés G. Aragoneses [ knocte ] "Andrés G. Aragoneses [ knocte ]
Thu Aug 2 09:56:22 EDT 2007


Charlie Poole escribió:
> I haven't but I'll take a look. Do you use the double-dash
> convention as well? I wonder if that's something windows
> users can get accustomed to?

I've used it some time ago and as I remember, you would have three 
options for each "commmand-line-option":

1) Long one with dashes (--user). If it accepts arguments, you can have 
":" or "=" (--user:joan or --user=joan).
2) Long one with slash (/user). If it accepts arguments, you can have 
":" or "=" (/user:joan or /user=joan).
3) Short one (one letter) with a dash (-u). If it accepts arguments, you 
have it with a space (-u joan).

Let me know if I missed something.

Regards,

	Andrés	[ knocte ]

-- 





More information about the Mono-devel-list mailing list