1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-13 15:58:19 +02:00
nushell/crates/nu-command/build.rs
Ștefan 7cbeebaac1
Port version ()
* 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
2021-12-11 14:08:17 -06:00

4 lines
62 B
Rust

fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}