mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:04:57 +02:00
Add nu-protocol
This commit is contained in:
0
crates/nu-command/src/length.rs
Normal file
0
crates/nu-command/src/length.rs
Normal file
7
crates/nu-command/src/lib.rs
Normal file
7
crates/nu-command/src/lib.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user