truffle-core
truffle-core copied to clipboard
Adding help flag and adjusting command builders to make them clearer
This PR adds the help flag to the general command and each sub-command. Command builders have been adjusted to give more details and reflect what's going on. Where possible, I've offloaded checking optionality to yargs, instead of doing it manually.