<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/complete/command.go, branch v0.0.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/complete/atom?h=v0.0.6</id>
<link rel='self' href='http://cgit.wit.com/jcarr/complete/atom?h=v0.0.6'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/'/>
<updated>2019-11-17T23:05:47Z</updated>
<entry>
<title>V2</title>
<updated>2019-11-17T23:05:47Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2019-11-14T04:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=8724aaf18312e54750540a9578e00d61b1c545d8'/>
<id>urn:sha1:8724aaf18312e54750540a9578e00d61b1c545d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Filter matches as a final stage</title>
<updated>2017-11-04T08:51:40Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-11-04T08:21:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=7ee9623f2b5d4685a91a51d0823275754b4d3a0a'/>
<id>urn:sha1:7ee9623f2b5d4685a91a51d0823275754b4d3a0a</id>
<content type='text'>
This simplifies the prediction logic writing, the predictor
doesn't need to filter our according to line matching, instead
it returns everything and the filtering is done at the end.

This does not break current behavior.
</content>
</entry>
<entry>
<title>lint: fix typo</title>
<updated>2017-08-25T06:41:42Z</updated>
<author>
<name>Eyal Posener</name>
<email>eyal@stratoscale.com</email>
</author>
<published>2017-08-25T06:41:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=91e5b1f44aaf66170b8e890442035731cd4aa60d'/>
<id>urn:sha1:91e5b1f44aaf66170b8e890442035731cd4aa60d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Default to hiding flags that start with hyphen unless last arg has a hyphen</title>
<updated>2017-08-25T00:35:36Z</updated>
<author>
<name>Alex Dadgar</name>
<email>alex.dadgar@gmail.com</email>
</author>
<published>2017-08-24T20:22:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=97340ccc2198ce94214c480eddf0fb82cb8bb14f'/>
<id>urn:sha1:97340ccc2198ce94214c480eddf0fb82cb8bb14f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow restricting completion of flags</title>
<updated>2017-08-25T00:35:36Z</updated>
<author>
<name>Alex Dadgar</name>
<email>alex.dadgar@gmail.com</email>
</author>
<published>2017-08-23T20:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=59e6151c5bb3277462aa4c484af0e6f853df662d'/>
<id>urn:sha1:59e6151c5bb3277462aa4c484af0e6f853df662d</id>
<content type='text'>
This PR allows a command to specify that flags should only be completed
when a prefix is present. The motivation behind this is to have the
initial complation to prefer displaying argument completions and only
display flag completions when the user enters "hyphen &lt;tab&gt;".
</content>
</entry>
<entry>
<title>Avoid unnecessary if statement</title>
<updated>2017-08-24T18:08:51Z</updated>
<author>
<name>Alex Dadgar</name>
<email>alex.dadgar@gmail.com</email>
</author>
<published>2017-08-24T18:08:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=1c43d25e3519cc70fc238d669f7b2aa826ac716a'/>
<id>urn:sha1:1c43d25e3519cc70fc238d669f7b2aa826ac716a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a subcommand matching</title>
<updated>2017-08-23T20:58:31Z</updated>
<author>
<name>Alex Dadgar</name>
<email>alex.dadgar@gmail.com</email>
</author>
<published>2017-08-23T20:58:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=d3c10410d6ceaf0874b5a646f02c88170be33d4c'/>
<id>urn:sha1:d3c10410d6ceaf0874b5a646f02c88170be33d4c</id>
<content type='text'>
This PR fixes an issue where a subcommand matches the current set of
commands being examined. Fixes issue
https://github.com/posener/complete/issues/46
</content>
</entry>
<entry>
<title>Add global flags for command</title>
<updated>2017-05-15T16:32:59Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-15T16:32:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=096b79324eea451a70ffdf8dd3eb80097410a47f'/>
<id>urn:sha1:096b79324eea451a70ffdf8dd3eb80097410a47f</id>
<content type='text'>
Fixes #24
</content>
</entry>
<entry>
<title>Add Predict method to Flags and Commands</title>
<updated>2017-05-12T12:08:36Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-12T12:08:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=66d7d8c670a98e9c2e2aca2a1f4804fde1127401'/>
<id>urn:sha1:66d7d8c670a98e9c2e2aca2a1f4804fde1127401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix comment</title>
<updated>2017-05-11T17:51:33Z</updated>
<author>
<name>Eyal Posener</name>
<email>posener@gmail.com</email>
</author>
<published>2017-05-11T17:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/complete/commit/?id=ba23c350c73d2dfdf071c14c22152bcaf7e7fd7b'/>
<id>urn:sha1:ba23c350c73d2dfdf071c14c22152bcaf7e7fd7b</id>
<content type='text'>
</content>
</entry>
</feed>
