[Mono-bugs] [Bug 70068][Wis] Changed - monop should have a -k flag that behaves similarly to man -k

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 04:12:34 -0500 (EST)


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 duncan@ximian.com.

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

--- shadow/70068	2004-12-29 04:11:17.000000000 -0500
+++ shadow/70068.tmp.13611	2004-12-29 04:12:34.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Console
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: duncan@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: monop should have a -k flag that behaves similarly to man -k
@@ -20,6 +20,17 @@
 "man -k"
 
 ------- Additional Comments From duncan@ximian.com  2004-12-29 04:11 -------
 Created an attachment (id=13599)
 Add apropos-like searching to monop
 
+
+------- Additional Comments From duncan@ximian.com  2004-12-29 04:12 -------
+2004-12-29  Duncan Mak  <duncan@ximian.com>
+
+	* monop.cs (SearchType): New method, returns a list of type names
+	that matches the method argument, either completely or partially.
+	(GetKnownAssemblyNames): Renamed from GetAssemblyNamesFromGAC, as
+	it now includes mscorlib in the return value.
+	(Main): Added new flags: "--search", "-s", "-k". These flags will
+	invoke SearchType. Prints out a list of Types and the location of
+	the Assembly containing the Type.