Port version (#467)

* First iteration of the version command

* Cleanup

* Fix the installed plugins bug

* Fix fmt check issue

* Fix clippy warning

* Fixing all clippy warnings

* Remove old code
This commit is contained in:
Ștefan
2021-12-11 21:08:17 +01:00
committed by GitHub
parent 9d7685e565
commit 7cbeebaac1
5 changed files with 386 additions and 2 deletions

View File

@ -0,0 +1,3 @@
fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}