[Mono-bugs] [Bug 57933][Nor] Changed - Revisit gacutil command line handling.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 4 May 2004 10:27:21 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rafaelteixeirabr@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57933

--- shadow/57933	2004-05-04 10:16:47.000000000 -0400
+++ shadow/57933.tmp.8776	2004-05-04 10:27:21.000000000 -0400
@@ -28,6 +28,11 @@
 
 Move man page into a separate place.
 Make the -help output more consistent.
 
 ------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-05-04 10:16 -------
 Looks like the perfect fit to use Mono.GetOptions. Can I try?
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-05-04 10:27 -------
+Well I had a look at it but the current Mono.GetOptions can't deal
+with the cvs-like subcommands pattern used in gacutil. It is one of
+the things that Mono.GetOptions will have to address in the future...