hrzndhrn / recode

A linter with autocorrection and a refactoring tool.
MIT License
295 stars 15 forks source link

Add input from stdin #29

Closed antedeguemon closed 2 years ago

antedeguemon commented 2 years ago

Hey folks! 👋

I am working on a VS Code extension for Recode and having the ability to get input from stdin would be pretty handy. So this PR adds this functionality.

Thank you for the great project! ❤️

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 776587d24aa1b31339a8e4d3e62d11c5d4e9a0ee-PR-29

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2aa844a96c52a5cd6eddf790f77755e0973d50e9: 0.03%
Covered Lines: 895
Relevant Lines: 945

💛 - Coveralls
NickNeck commented 2 years ago

Hi @antedeguemon

Thank you for your contribution. 💜 That looks really great.