When printing during CLI commands, things like "Compiling contracts..." are human friendly but if they fail, they don't provide any actionable feedback or information about what actually failed. Two options:
- simply print the commands that are running in addition to the friendly language (i.e.
stellar scaffold build ... from above)
- or catch errors and print next steps when possible
When printing during CLI commands, things like
"Compiling contracts..."are human friendly but if they fail, they don't provide any actionable feedback or information about what actually failed. Two options:stellar scaffold build ...from above)