mirror of
https://github.com/nushell/nushell
synced 2024-11-15 17:27:58 +00:00
4 lines
78 B
Rust
4 lines
78 B
Rust
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
nu_build::build()
|
||
|
}
|