improve printer help

pull/877/head
Josselin 3 years ago
parent 312de4fc69
commit a5489f5b83
  1. 4
      slither/printers/summary/declaration.py

@ -3,8 +3,8 @@ from slither.utils.source_mapping import get_definition, get_implementation, get
class Declaration(AbstractPrinter):
ARGUMENT = "decl"
HELP = "TODO"
ARGUMENT = "declaration"
HELP = "Prototype showing the source code declaration, implementation and references of the contracts objects"
WIKI = "TODO"

Loading…
Cancel
Save