On Fri, Apr 11, 2014 at 01:50:57PM -0400, Luiz Capitulino wrote:
> On Sun, 30 Mar 2014 11:58:22 +0100
> Hani Benhabiles wrote:
>
> > This patch series adds a new callback to mon_cmd_t which will make adding
> > completion support for more commands cleaner.
> >
> > It then adds full or partial ar
On Sun, 30 Mar 2014 11:58:22 +0100
Hani Benhabiles wrote:
> This patch series adds a new callback to mon_cmd_t which will make adding
> completion support for more commands cleaner.
>
> It then adds full or partial arguments completion for multiple hmp commands.
I was half-way through this seri
This patch series adds a new callback to mon_cmd_t which will make adding
completion support for more commands cleaner.
It then adds full or partial arguments completion for multiple hmp commands.
Changes since v1:
* Splitting patch 1/7 to 1/17, 2/17 and 3/17.
* Changed command_completion's fir