{"tool":"orange","tool_display":"Orange","intent":"create-menu-from-bash-array","intent_display":"create menu from bash array","title":"Orange Command: create menu from bash array","command_string":"<fruits>=(<apple orange pear banana>); select <word> in ${<fruits[@]>}; do echo $<word>; done","raw_command_string":"{{fruits}}=({{apple orange pear banana}}); select {{word}} in ${{{fruits[@]}}}; do echo ${{word}}; done","description":"Exact CLI syntax to create menu from bash array using Orange.","usage_scenario":"When needing to prompt users for a selection from a defined array of options with little variability expected.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"canonical_url":"https://www.syntaxstandard.com/orange/create-menu-from-bash-array"}