spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
377 stars 33 forks source link

Move implementation of spr command line tool to binary crate root #122

Closed sven-of-cord closed 1 year ago

sven-of-cord commented 1 year ago

This commit moves the code from src/spr.rs into src/main.rs. The code is the implementation of the spr command line tool itself. It doesn't need to be in the library crate.

Test Plan: cargo check && cargo test && cargo clippy && cargo build