Add warnings for deprecated shell commands (#405)
* Add ghost-testrpc `0.0.2` dep (mocks $ testrpc-sc)pull/406/head
parent
b6af63d0ff
commit
37b54ccf12
@ -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