internal error if you don't provide an output file name
Closed this issue · 0 comments
ethanpailes commented
This bug can't happen via the CLI tool because it will always fill in a default for you, but if you call pggen via the gen
library you can forget to provide a default value. The fix is probably to move the code for filling in a default into the gen library itself.