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
Run ./terraform-plugin-codegen-framework generate all
I was expecting an error that no --input path was provided and no path provided on STDIN, instead the program will wait for input (I'm also not able to provide it input after, not sure why that is). I think there might be another bug I'm running into after splitting the commands in #18, but I ran into this issue first.
Steps to recreate
make build
mkdir output
./terraform-plugin-codegen-framework generate all
I was expecting an error that no
--input
path was provided and no path provided on STDIN, instead the program will wait for input (I'm also not able to provide it input after, not sure why that is). I think there might be another bug I'm running into after splitting the commands in #18, but I ran into this issue first.Possible idea using
Scan
: https://stackoverflow.com/a/49704981The text was updated successfully, but these errors were encountered: