Boo

command line handling with Mono.GetOptions

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: 0.8.1
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

Activity

Hide
Doug H added a comment -

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

Show
Doug H added a comment - 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
Hide
Cedric Vivier added a comment -

Mono.GetOptions is deprecated.

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

Show
Cedric Vivier added a comment - Mono.GetOptions is deprecated. Maybe we could use NDesk.Options ( http://www.ndesk.org/Options ).
Hide
Rodrigo B. de Oliveira added a comment -

we have a builtin command line parsing lib now. It should be used.

Show
Rodrigo B. de Oliveira added a comment - we have a builtin command line parsing lib now. It should be used.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: