From 21ea9b67aafb9e120c98dc17943818b675dbece1 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Fri, 29 Apr 2022 10:45:30 +0800 Subject: [PATCH] Add version/help command automatic complete --- tuned-adm.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned-adm.bash b/tuned-adm.bash index 7da8070..5e8ba00 100644 --- a/tuned-adm.bash +++ b/tuned-adm.bash @@ -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