<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Command line argument parser for .Net (updated)</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Command line argument parser for .Net (updated)</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 17:47:53 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 17:47:53 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>6</c9:totalResults>
	<c9:pageCount>-6</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>A good while ago I posted a link here to a command line argument parser I'd written, and I just released an <a href="http://ookiicommandline.codeplex.com/">updated version on CodePlex</a>. Yeah, I realize command line argument parsers are a dime a dozen, but I think it has some nice features. The basic idea is that you create a class whose properties and constructor parameters define what the arguments are. The parser will instantiate an instance of that class, set the properties, and then you can just use that instance to get at the values. Of course, you can make arguments positional or&nbsp;named, required or optional, give them default values, etc. You can also generate (fully customizable) usage help text consisting of command line syntax and argument descriptions.</p><p>This version revises the API and the parsing rules substantially (to the point where it's actually not really compatible with the previous version, but whatever). The argument parsing behavior is now very close to what PowerShell uses (which I happen to like a lot).</p><p>Another feature I added are &quot;shell commands&quot;. The idea here is that you can have a shell utility that performs many different functions, each of which has its own set of arguments. Think for example of the windows &quot;net&quot; command, or the&nbsp;&quot;svn&quot; Subversion client. This library makes it really easy to define commands and their arguments, and then find, instantiate, and run the command based on the program's arguments. It's a bit of a niche functionality, but it's something I use a lot myself when writing various&nbsp;utilities for use&nbsp;in my research&nbsp;(in fact, it was one of the reasons I wrote the original library, even though I didn't include this bit in the released version back then).</p><p>As an added bonus, it also contains a LineWrappingTextWriter class, which wraps any existing TextWriter and neatly wraps the output. I use it for printing stuff to the console (like the usage help for the arguments), very useful. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>Check it out if you're interested! &lt;/shameless-self-promotion&gt;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/91326c96a88949e994539f3f00dd1c36#91326c96a88949e994539f3f00dd1c36</link>
		<pubDate>Sun, 14 Aug 2011 13:25:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/91326c96a88949e994539f3f00dd1c36#91326c96a88949e994539f3f00dd1c36</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>Now you've got me thinking about using dynamic/ExpandoObject for argument parsing. Hmmm ...</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/54caa2d0f7be41d1af169f3f00dfcc83#54caa2d0f7be41d1af169f3f00dfcc83</link>
		<pubDate>Sun, 14 Aug 2011 13:34:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/54caa2d0f7be41d1af169f3f00dfcc83#54caa2d0f7be41d1af169f3f00dfcc83</guid>
		<dc:creator>blowdart</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/blowdart/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>And whether you could have a little tool that generates a &quot;generic&quot; command-line exe and GUI for any assembly and hook it into the build process of your tool project.</p><p>Looks nice Sven <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/da029159e07c4136ba0a9f3f010182a2#da029159e07c4136ba0a9f3f010182a2</link>
		<pubDate>Sun, 14 Aug 2011 15:37:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/da029159e07c4136ba0a9f3f010182a2#da029159e07c4136ba0a9f3f010182a2</guid>
		<dc:creator>Bent Rasmussen</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/exoteric/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>I'm resurrecting this&nbsp;thread because I've just released an update! Ookii.CommandLine 2.1 offers several improvements, including improved support for multi-value arguments, dictionary arguments, custom per-argument type converters, and various bug fixes.</p><p>It's still <a title="Ookii.CommandLine on CodePlex" href="http://ookiicommandline.codeplex.com/">available on CodePlex</a>&nbsp;of course, but you can now also add it your project using <a title="Ookii.CommandLine via NuGet" href="http://nuget.org/packages/Ookii.CommandLine">NuGet</a>. There's also <a href="http://nuget.org/packages/Ookii.CommandLine.Sample">a sample</a>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/82bcbe892ff64d268ea99ffd004ae9fc#82bcbe892ff64d268ea99ffd004ae9fc</link>
		<pubDate>Mon, 20 Feb 2012 04:32:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/82bcbe892ff64d268ea99ffd004ae9fc#82bcbe892ff64d268ea99ffd004ae9fc</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated#c82bcbe892ff64d268ea99ffd004ae9fc">Sven Groot</a>: I'll check it out!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/17d9248a3697447faf2e9ffd008eac4e#17d9248a3697447faf2e9ffd008eac4e</link>
		<pubDate>Mon, 20 Feb 2012 08:39:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/17d9248a3697447faf2e9ffd008eac4e#17d9248a3697447faf2e9ffd008eac4e</guid>
		<dc:creator>Maddus Mattus</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Maddus Mattus/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Command line argument parser for .Net (updated)</title>
		<description><![CDATA[<p>For some reason this thread wasn't auto-locked, so I'm going to reuse it. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>As part of a back-log of stuff that I didn't quite manage to get out the door while I was writing up my Ph.D. thesis, I am now releasing an updated version of Ookii.CommandLine. It's only a small update, which adds command line argument aliases, some updates for usage help generation, and code snippets to help with creating argument classes.</p><p>In addition, I used NuGet to create a symbols package and published it on SymbolSource, which you should&nbsp;apparently be able to use as a symbol server in Visual Studio without manually downloading the symbols.</p><p><a href="http://ookiicommandline.codeplex.com/">Check it out if you like</a>. Or get the <a href="http://nuget.org/packages/Ookii.CommandLine">NuGet package</a>&nbsp;(does not include the code snippets).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/4bd751c2498a4b85aa19a15d00c46363#4bd751c2498a4b85aa19a15d00c46363</link>
		<pubDate>Wed, 06 Feb 2013 11:55:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Command-line-argument-parser-for-Net-updated/4bd751c2498a4b85aa19a15d00c46363#4bd751c2498a4b85aa19a15d00c46363</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>