OpenZeppelin / solidity-docgen

Documentation generator for Solidity projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support

kernelwhisperer opened this issue · comments

Would be great to get this working on windows:

E:\repos\aragon\hack\website\node_modules\solidity-docgen\lib\index.js:134
    throw new Error(['Command line operation failed with code ' + commandOutput.code + '.', 'Standard error output: ' + commandOutput.stderr].join('\n'));
    ^

Error: Command line operation failed with code 1.
Standard error output: unrecognised option '-type'

The problematic line is:

` $(find ${contractsPath} -type f -name "*.sol")`

Hey there. Thank you for reporting. 🙂

We've stopped maintaining v0.1 of solidity-docgen. Please check out #23 to learn about v0.2. It was a rewrite and find is not used anymore. If anyone finds issues on Windows please open a new issue.