ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Add missing __init__ file #87

Closed njgheorghita closed 4 years ago

njgheorghita commented 4 years ago

What was wrong?

Sphinx-argparse (aka auto-doc cli commands) was broken in the docs on master but worked on local builds. Digging into it - it turns out there's no __init__.py file in ethpm_cli/commands - which also brought up some missed types.

Cute Animal Picture

image

njgheorghita commented 4 years ago

merging since minor