hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

[BUG] - Confirm doesn't show title only description #212

Closed hay-kot closed 2 months ago

hay-kot commented 2 months ago

When using confirm, I shouldn't have to also provide a message for it to properly show up in the terminal UI

Reproducible Example

questions:
  - name: "enable_renovate"
    prompt:
      confirm: "Enable Renovate?"
      message: "Enable Renovate?"
      description: "Automatically update dependencies, via Renovate"
hay-kot commented 2 months ago

Whoops, I already fixed this. I had an older version.