cmd/disasm, cmd/evm: integrate disasm tool into evm tool. (#3729)

This commit is contained in:
Valentin Wüstholz
2017-03-01 13:34:50 +01:00
committed by Jeffrey Wilcke
parent 230cf2ec91
commit c52ab932e6
2 changed files with 25 additions and 13 deletions

View File

@@ -101,6 +101,7 @@ func init() {
}
app.Commands = []cli.Command{
compileCommand,
disasmCommand,
runCommand,
}
}