New tinygo -x option to print commands (#1572)

main: add '-x' runtime flag that displays the executed external commands when performing operations like flashing.
This commit is contained in:
Fauchon
2021-01-14 21:35:01 +01:00
committed by GitHub
parent da0161d6ab
commit c4d642007e
2 changed files with 33 additions and 22 deletions
+1
View File
@@ -23,6 +23,7 @@ type Options struct {
PrintIR bool
DumpSSA bool
VerifyIR bool
PrintCommands bool
Debug bool
PrintSizes string
PrintStacks bool