1
0
Fork 0

Add version/help command automatic complete

This commit is contained in:
lilinjie 2022-04-29 10:45:30 +08:00
parent cf4c5ab609
commit 21ea9b67aa

View file

@ -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