History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-185
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

command line handling with Mono.GetOptions

Created: 16/Nov/04 01:25 PM   Updated: 05/Feb/08 09:22 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

File Attachments: 1. File Mono.GetOptions.dll (19 kb)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Doug H - 11/Dec/04 12:44 PM
A non-strong named version of Mono.GetOptions.dll that can be used with .NET.

To compile this I ran this command on the mono svn sources for mono.getoptions (under mcs/class/Mono.GetOptions):

csc /target:library -out:Mono.GetOptions.dll Mono.GetOptions*.cs Mono\.*cs


Cedric Vivier - 05/Feb/08 09:09 AM
Mono.GetOptions is deprecated.

Maybe we could use NDesk.Options ( http://www.ndesk.org/Options ).


Rodrigo B. de Oliveira - 05/Feb/08 09:22 AM
we have a builtin command line parsing lib now. It should be used.