Thx a lot for the review and helpful comments, updated the
ovs-command-bashcomp.INSTALL.md.
Applied both patches to master,
Let's make people use the completion functionality and make it better,
Thanks,
Alex Wang,
On Thu, Mar 19, 2015 at 5:49 PM, Alex Wang wrote:
>
>
> On Thu, Mar 19, 2015 at
On Thu, Mar 19, 2015 at 5:08 PM, Peter Amidon wrote:
> On Wed, 18 Mar 2015 14:47:25 -0700: Alex Wang wrote:
>
>
> > This commit makes the bash completion scripts be installed to
> > /etc/bash_completion.d through 'make install' or package installation.
> > This will make the scripts availa
On Wed, 18 Mar 2015 14:47:25 -0700: Alex Wang wrote:
> This commit makes the bash completion scripts be installed to
> /etc/bash_completion.d through 'make install' or package installation.
> This will make the scripts available for each bash session.
> An alternative is to put scripts
This commit makes the bash completion scripts be installed to
/etc/bash_completion.d through 'make install' or package installation.
This will make the scripts available for each bash session.
An alternative is to put scripts to /usr/share/bash_completion/ directory.
However, this is not supported