Use chia cli parser#116
Conversation
|
This is great! |
|
Note that this is still hand waving in terms of the subcommand parsing. There could be arguments interleaved for parent subcommands in the command line without making it so that it isn't a plot command (present code would ignore such a process). There may be more but at at least |
|
This got reworked to copy in the Chia command parsing code rather than having the dependency on the chia-blockchain package. In various cases people are installing chia without the Python package such as .dmg on macOS. This approach also allows us to store multiple versions and in the future we could attempt to identify the version of the process and pick the proper parsing code for it. Anyways... maybe this is ready for real review and merging so we can move on from all these complaints... |
ericaltendorf
left a comment
There was a problem hiding this comment.
It seems unfortunate that we need to copy chia code over, but if that's what seems like the best option, let's go for it. Should it be documented somewhere what's going on? I.e., which code came from chia and what the process should be for updating it / keeping it in sync?
|
Alrighty, there's some documentation. Let me know if it is clear. |
|
Makes sense, thanks! |
Draft for:
--helpcase.-hcase.