如何显示whiptail
来自 的清单Array
?
答案1
答案类似于这个答案
只需使用特殊的数组索引一次放置所有数组元素@
:
value=("Choice1" "c" on "Choice2" on "" "Choice3" "" off)
whiptail --title "xx" --checklist "choose" 16 78 10 "${value[@]}"
注意引号“”内的空字符串 - 这是鞭尾复选框选项所需的描述
如何显示whiptail
来自 的清单Array
?
答案类似于这个答案
只需使用特殊的数组索引一次放置所有数组元素@
:
value=("Choice1" "c" on "Choice2" on "" "Choice3" "" off)
whiptail --title "xx" --checklist "choose" 16 78 10 "${value[@]}"
注意引号“”内的空字符串 - 这是鞭尾复选框选项所需的描述