mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
Export more defs from nu-cli (#2205)
This commit is contained in:
parent
ffe3e2c16b
commit
5e722181cb
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ pub use crate::cli::{
|
|||
run_pipeline_standalone, run_vec_of_pipelines, LineResult,
|
||||
};
|
||||
pub use crate::commands::command::{
|
||||
whole_stream_command, CommandArgs, EvaluatedWholeStreamCommandArgs, WholeStreamCommand,
|
||||
whole_stream_command, CommandArgs, EvaluatedWholeStreamCommandArgs, Example, WholeStreamCommand,
|
||||
};
|
||||
pub use crate::commands::help::get_help;
|
||||
pub use crate::context::{CommandRegistry, Context};
|
||||
|
@ -49,6 +49,7 @@ pub use crate::data::primitive;
|
|||
pub use crate::data::value;
|
||||
pub use crate::env::environment_syncer::EnvironmentSyncer;
|
||||
pub use crate::env::host::BasicHost;
|
||||
pub use crate::prelude::ToOutputStream;
|
||||
pub use crate::stream::{InputStream, InterruptibleStream, OutputStream};
|
||||
pub use nu_value_ext::ValueExt;
|
||||
pub use num_traits::cast::ToPrimitive;
|
||||
|
|
Loading…
Reference in a new issue