You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this issue as a quick repository for various refactoring requests.
Refactor all Question functions in interveiw-questions.ts to support the use of a promptText:string[] argument. See TM-Tools for examples.
Backport updated version of sfdx-falcon-yeoman-generator.ts from TM-Tools.
Will require refactoring of all generators to support more generic use of the GeneratorStatus object to be aware of generator state inside end().
Will also require moving _resolveFalconProjectConfig() into another location, possibly as a static method of the SfdxFalconProjectConfig class.
Research if it's possible to update type-validator.ts so all throwOn... functions determine at runtime the name of the variable being passed in as argument[0].
The text was updated successfully, but these errors were encountered:
Creating this issue as a quick repository for various refactoring requests.
interveiw-questions.ts
to support the use of apromptText:string[]
argument. See TM-Tools for examples.sfdx-falcon-yeoman-generator.ts
from TM-Tools.GeneratorStatus
object to be aware of generator state insideend()
._resolveFalconProjectConfig()
into another location, possibly as a static method of theSfdxFalconProjectConfig
class.type-validator.ts
so allthrowOn...
functions determine at runtime the name of the variable being passed in asargument[0]
.The text was updated successfully, but these errors were encountered: