Re: [PATCH] ethtool: Add bash-completion script

2019-04-11 Thread Kevin Locke
On Thu, 2019-04-11 at 09:14 -0700, Jesse Brandeburg wrote: > On Sun, 7 Apr 2019 20:19:37 -0600 Kevin Locke wrote: >> To aid users constructing a valid ethtool invocation, create a >> [bash-completion] script to provide [programmable completion] of ethtool >> arguments. It supports all current com

Re: [PATCH] ethtool: Add bash-completion script

2019-04-11 Thread Jesse Brandeburg
On Sun, 7 Apr 2019 20:19:37 -0600 Kevin Locke wrote: > To aid users constructing a valid ethtool invocation, create a > [bash-completion] script to provide [programmable completion] of ethtool > arguments. It supports all current command options. > > The script is placed in shell-completion/bas

[PATCH] ethtool: Add bash-completion script

2019-04-07 Thread Kevin Locke
To aid users constructing a valid ethtool invocation, create a [bash-completion] script to provide [programmable completion] of ethtool arguments. It supports all current command options. The script is placed in shell-completion/bash and installed to completionsdir from pkg-config for bash-comple