butler icon indicating copy to clipboard operation
butler copied to clipboard

Support for template funcs and variables inside survey questions

Open StarpTech opened this issue 6 years ago • 0 comments

butlerVersion: ">=0.4.0"
questions:
  - type: input
    name: shorthand
    message: What's the shorthand for this project?
    required: true
  - type: input
    name: maintainer
    message: Who maintains this project?
    default: getShorthand + Vars.email
    required: true

StarpTech avatar Apr 12 '18 12:04 StarpTech