diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-12 20:27:26 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-12 20:27:26 +0200 |
commit | 05194c01ee45d32289d3f071605877eedb1165c4 (patch) | |
tree | 649e432934b019ecd6a6c16758ec45a72c605674 | |
parent | 323ec0841f18b1d4b69dfa6408704c1be8afc2bc (diff) | |
download | vyatta-cfg-05194c01ee45d32289d3f071605877eedb1165c4.tar.gz vyatta-cfg-05194c01ee45d32289d3f071605877eedb1165c4.zip |
T3896: add completion helper path attribute
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 6dfe663..81fd7cc 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -520,6 +520,9 @@ get_value_format_string () filename) echo -n '<filename>' ;; + path) + echo -n '<path>' + ;; *) echo -n "$vtype" ;; |