plasma-umass / cwhy

"See why!" Explains and suggests fixes for compile-time errors for C, C++, C#, Go, Java, LaTeX, PHP, Python, Ruby, Rust, and TypeScript
Apache License 2.0
273 stars 6 forks source link

Fix broken `python3 -m cwhy` #41

Closed camelid closed 10 months ago

camelid commented 10 months ago

Fixes #40.

Previously, python3 -m cwhy did nothing, while cwhy worked. Now, they both work.

nicovank commented 10 months ago

LGTM, CI will pass on rebase.

Thanks!