Add warnings for deprecated shell commands (#405)
* Add ghost-testrpc `0.0.2` dep (mocks $ testrpc-sc)truffle-plugin
parent
cd7fae0327
commit
6bf6b1aa5f
@ -0,0 +1,8 @@ |
||||
/* |
||||
Logs a warning / informational message when user tries to |
||||
invoke 'solidity-coverage' as a shell command. This file |
||||
is listed as the package.json "bin". |
||||
*/ |
||||
const AppUI = require('../lib/ui').AppUI; |
||||
|
||||
(new AppUI()).report('command'); |
Loading…
Reference in new issue