gofireflyio / aiac

Artificial Intelligence Infrastructure-as-Code Generator.
Apache License 2.0
3.52k stars 276 forks source link

Add loader and texts inputs for a better UX #1

Closed liavyona closed 1 year ago

ido50 commented 1 year ago

Looks great, one small issue. The "Generating code" spinner should be printed to stderr instead of stdout. In an automated setting, a user may do --quiet generate something > file.tf, but the file they'll get will include a lot of "Generating code..." lines.