<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cli.git/NEWS, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/'/>
<entry>
<title>Add support for multiple file options and file search callbacks</title>
<updated>2011-01-20T13:38:10+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2011-01-20T13:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=0267ede2d356abdef7b3e9af19d4725605a58947'/>
<id>0267ede2d356abdef7b3e9af19d4725605a58947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for suppressing documentation for undocumented options</title>
<updated>2010-11-09T08:46:51+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2010-11-09T08:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=89ce153311d9163bbc356927346c0b30e158a75f'/>
<id>89ce153311d9163bbc356927346c0b30e158a75f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the --cli-namespace option</title>
<updated>2010-09-14T08:52:55+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2010-09-14T08:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=3e10322425fa0a3cf6e125bc6f9d833b015cc9b5'/>
<id>3e10322425fa0a3cf6e125bc6f9d833b015cc9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS file</title>
<updated>2010-06-04T07:27:59+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2010-06-04T07:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=499478e4e17eebb7b1e9e0cc5fb8074d5e64d2c6'/>
<id>499478e4e17eebb7b1e9e0cc5fb8074d5e64d2c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement generation of specifier functions (--generate-specifier)</title>
<updated>2010-06-02T15:22:12+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2010-06-02T15:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=ed60746355044dd39acd82b8f42c4d9886914567'/>
<id>ed60746355044dd39acd82b8f42c4d9886914567</id>
<content type='text'>
These functions determine whether the option was specified on the command
line. New test: specifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions determine whether the option was specified on the command
line. New test: specifier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allows additional options to be provided in files (--options-file)</title>
<updated>2009-12-10T08:50:23+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-12-10T08:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=74dfffa9df361e35a5910f1cf5b1734571bbef91'/>
<id>74dfffa9df361e35a5910f1cf5b1734571bbef91</id>
<content type='text'>
Implemented using the new argv_file_scanner scanner implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented using the new argv_file_scanner scanner implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Scanner-based parsing with support for element erasing</title>
<updated>2009-12-10T07:47:29+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-12-10T07:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=f8edfd22cb45b554a573d2722900196758e9e958'/>
<id>f8edfd22cb45b554a573d2722900196758e9e958</id>
<content type='text'>
Also implement argv_file_scanner which provides support for reading command
line arguments from the argv array as well as files specified with command
line options. New examples: file. New tests: ctor, erase, file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also implement argv_file_scanner which provides support for reading command
line arguments from the argv array as well as files specified with command
line options. New examples: file. New tests: ctor, erase, file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement option value modifiers generation</title>
<updated>2009-11-22T14:58:56+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-11-22T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=a376ccf37122f0768fce8e3c5a16561e01ee2351'/>
<id>a376ccf37122f0768fce8e3c5a16561e01ee2351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete the implementation of the option documentation</title>
<updated>2009-11-17T11:59:39+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-11-17T11:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=0e56fe29a9afeee00e02e722496678df89d37d50'/>
<id>0e56fe29a9afeee00e02e722496678df89d37d50</id>
<content type='text'>
Add the man page generator. Port CLI usage, HTML documentation and the man
page to the auto-generated version. Update examples and documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the man page generator. Port CLI usage, HTML documentation and the man
page to the auto-generated version. Update examples and documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add INSTALL, NEWS, README, and version</title>
<updated>2009-08-09T14:00:51+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-08-09T14:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=c1d282313bd6f4101e56c7a28eb54eb39cae9568'/>
<id>c1d282313bd6f4101e56c7a28eb54eb39cae9568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
