Navigation Menu

Skip to content

Commit

Permalink
Re-add --solc-ast
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Apr 25, 2019
1 parent 747b2a0 commit 12cdcc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions slither/__main__.py
Expand Up @@ -350,6 +350,11 @@ def parse_args(detector_classes, printer_classes):
dest='config_file',
default='slither.config.json')

group_misc.add_argument('--solc-ast',
help='Provide the contract as a json AST',
action='store_true',
default=False)

# debugger command
parser.add_argument('--debug',
help=argparse.SUPPRESS,
Expand Down

0 comments on commit 12cdcc2

Please sign in to comment.