Merge pull request #2287 from ethereum/legacyAstCLI

add legacy/compact AST-format options to CLI
This commit is contained in:
chriseth
2017-05-29 14:24:55 +02:00
committed by GitHub
2 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ Input Description
//
// The available output types are as follows:
// abi - ABI
// ast - AST of all source files (not supported atm)
// ast - AST of all source files
// legacyAST - legacy AST of all source files
// devdoc - Developer documentation (natspec)
// userdoc - User documentation (natspec)