{"version":"0.13.0","commands":{"analyze":{"id":"analyze","description":"Scan a smart contract with MythX API","pluginName":"@cleanunicorn/mythos","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"mythxEthAddress":{"name":"mythxEthAddress","type":"option","hidden":false,"required":true},"mythxPassword":{"name":"mythxPassword","type":"option","required":true},"timeout":{"name":"timeout","type":"option","description":"How many seconds to wait for the result","default":180},"solcVersion":{"name":"solcVersion","type":"option","description":"Solidity version to use when compiling (example: 0.4.21). If none is specified it will try to identify the version from the source code."},"analysisMode":{"name":"analysisMode","type":"option","description":"Define the analysis mode when requesting a scan. Choose one from: quick, full.","default":"quick"}},"args":[{"name":"contractFile","description":"Contract file to scan","required":true},{"name":"contractName","description":"Contract name","required":true}]},"get-analysis":{"id":"get-analysis","description":"Retrieve analysis results scanned with MythX API","pluginName":"@cleanunicorn/mythos","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"mythxEthAddress":{"name":"mythxEthAddress","type":"option","hidden":false,"required":true},"mythxPassword":{"name":"mythxPassword","type":"option","required":true}},"args":[{"name":"uuid","description":"uuid to retrive analysis results","required":true}]}}}