1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-05 02:41:48 +01:00
nushell/crates/nu-cli/tests/main.rs

6 lines
90 B
Rust

extern crate nu_cli;
extern crate nu_test_support;
mod commands;
mod format_conversions;