|
[boo]
Mono.GetOptions rules
[
bamboo
]
I had to create a little (because boo code tends to be terse) console utility for a customer. The utility had to deal with lots of different command line options, that kind of thing. So I saw it as my opportunity to finally meet Mono.GetOptions.
booi GetOptions.booand you'll already see a pretty professional looking help. My heart would be filled of joy every time I needed to add support for a new parameter :) Very nice work Rafael! TrackBack You're welcome Rodrigo. Mono.GetOptions started as some explicit-table getopt look-alike. But while using C#/CLI I felt that resorting to reflection and metadata (Attributes) seemed as the best approach to get the "oh, that's is really simple" acknownledgement from the initial developers and specially for the long-term mantainers of client applications of the library. Enjoy, --Rafael Teixeira aka Monoman, September 23, 2004 11:56 AM
Post a comment
|