On Mon, 28 Jun 2010 16:40:58 +0200
Jan Kiszka wrote:
> Luiz Capitulino wrote:
> > On Wed, 23 Jun 2010 12:28:27 +0200
> > Jan Kiszka wrote:
> >
> >> Markus Armbruster wrote:
> >>> Jan Kiszka writes:
> >>>
> From: Jan Kiszka
>
> This enables command line completion inside option
Luiz Capitulino wrote:
> On Wed, 23 Jun 2010 12:28:27 +0200
> Jan Kiszka wrote:
>
>> Markus Armbruster wrote:
>>> Jan Kiszka writes:
>>>
From: Jan Kiszka
This enables command line completion inside option strings. A list of
expected key names and their completion type can be
On Wed, 23 Jun 2010 12:28:27 +0200
Jan Kiszka wrote:
> Markus Armbruster wrote:
> > Jan Kiszka writes:
> >
> >> From: Jan Kiszka
> >>
> >> This enables command line completion inside option strings. A list of
> >> expected key names and their completion type can be appended to the 'O'
> >> ins
Jan Kiszka writes:
> Markus Armbruster wrote:
>> Jan Kiszka writes:
>>
>>> From: Jan Kiszka
>>>
>>> This enables command line completion inside option strings. A list of
>>> expected key names and their completion type can be appended to the 'O'
>>> inside parentheses ('O(key:type,...)'). The
Markus Armbruster wrote:
> Jan Kiszka writes:
>
>> From: Jan Kiszka
>>
>> This enables command line completion inside option strings. A list of
>> expected key names and their completion type can be appended to the 'O'
>> inside parentheses ('O(key:type,...)'). The first use case is block
>> dev
Jan Kiszka writes:
> From: Jan Kiszka
>
> This enables command line completion inside option strings. A list of
> expected key names and their completion type can be appended to the 'O'
> inside parentheses ('O(key:type,...)'). The first use case is block
> device completion for the 'drive' opti
From: Jan Kiszka
This enables command line completion inside option strings. A list of
expected key names and their completion type can be appended to the 'O'
inside parentheses ('O(key:type,...)'). The first use case is block
device completion for the 'drive' option of 'device_add'.
Signed-off-