mirror of
https://github.com/nushell/nushell
synced 2025-01-16 15:14:26 +00:00
4 lines
78 B
Rust
4 lines
78 B
Rust
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
nu_build::build()
|
||
|
}
|