Add version/help command automatic complete
This commit is contained in:
parent
cf4c5ab609
commit
21ea9b67aa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_tuned_adm()
|
||||
{
|
||||
local commands="active list off profile recommend verify"
|
||||
local commands="active list off profile recommend verify --version -v --help -h"
|
||||
local cur prev words cword
|
||||
_init_completion || return
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue