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.
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.