<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/naturalcli/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/naturalcli/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 07 Dec 2011 14:22:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/naturalcli/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Make "Command" class comparable</title><link>https://sourceforge.net/p/naturalcli/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As I wanted my commands to be sorted when printed with the "HelpCommand" I made the Command class comperable.&lt;/p&gt;
&lt;p&gt;public class Command implements Comparable&amp;lt;Command&amp;gt; {&lt;br /&gt;
@Override&lt;br /&gt;
public int compareTo(Command cmd) {&lt;br /&gt;
return getSyntax().getDefinition().compareTo(cmd.getSyntax().getDefinition());&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;After that you can put your commands into a TreeSet which is sorted by default.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Scherer</dc:creator><pubDate>Wed, 07 Dec 2011 14:22:49 -0000</pubDate><guid>https://sourceforge.net28a9cf9fe932fec0fa8f07db2dc68b6e1003c4eb</guid></item><item><title>localization support ?</title><link>https://sourceforge.net/p/naturalcli/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would like Natural CLI to support localization. F.x. I would like Command.getHelp to work with a localization key instead of an explict string.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mortench</dc:creator><pubDate>Fri, 16 Apr 2010 18:52:46 -0000</pubDate><guid>https://sourceforge.net9a50963e295d2d9284dcc1e66eee45fc4265eee3</guid></item></channel></rss>