SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

Fix help subtool #42

Closed OCHyams closed 5 years ago

OCHyams commented 5 years ago

The command:

$ dexter.py help

was throwing an exception because the tool name in get_tool_names() didn't match the tool's folder name.

no-tool -> no-tool-

NOTE: The dashes '-' are converted to underscores '_' later.

The help subtool go() function now returns a ReturnCode to match all other subtools (and to prevent another exception!).