Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
495 stars 59 forks source link

Fix variable defaulting resolution bug/ remove deprecated overridestring/ enhance testing #173

Closed davidgamero closed 1 year ago

davidgamero commented 1 year ago

Description

Fixes a current bug where variable defaults are not resolved properly for references

Added unit tests for prompting logic and default resolution to avoid this issue in the future

Refactor prompt package to allow better testing by adding parameters for Stdin and Stdout with defaults on nil to follow promptui library convention

Remove deprecated overridestring structs

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: