manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.03k stars 333 forks source link

if else does not work in templates #178

Open riuvshyn opened 3 years ago

riuvshyn commented 3 years ago

exmaple tpl: {{if .Email}}Email is: {{.Email}}{{else}}Email is NOT set.{{end}} this basically fails and shows some sort of default value instead of else section