go-ethereum/node_modules/.bin/solidity-coverage
2024-06-14 15:03:03 +03:00

10 lines
261 B
JavaScript
Executable file

#!/usr/bin/env node
/*
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');