mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 01:09:51 +02:00
Add (near) automatic testing for command examples (#1777)
This commit is contained in:
@@ -28,6 +28,9 @@ mod shell;
|
||||
mod stream;
|
||||
pub mod utils;
|
||||
|
||||
#[cfg(test)]
|
||||
mod examples;
|
||||
|
||||
pub use crate::cli::{
|
||||
cli, create_default_context, load_plugins, run_pipeline_standalone, run_vec_of_pipelines,
|
||||
};
|
||||
|
Reference in New Issue
Block a user