wip
This commit is contained in:
parent
6797008430
commit
0a2197ea2d
|
@ -11,8 +11,9 @@ use nu_plugin_protocol::{
|
|||
ProtocolInfo,
|
||||
};
|
||||
use nu_protocol::{
|
||||
engine::{ctrlc, Closure}, Config, LabeledError, PipelineData, PluginMetadata, PluginSignature,
|
||||
ShellError, Span, Spanned, Value,
|
||||
engine::{ctrlc, Closure},
|
||||
Config, LabeledError, PipelineData, PluginMetadata, PluginSignature, ShellError, Span, Spanned,
|
||||
Value,
|
||||
};
|
||||
use std::{
|
||||
collections::{btree_map, BTreeMap, HashMap},
|
||||
|
|
|
@ -14,16 +14,16 @@ pub use two::Two;
|
|||
|
||||
// Engine interface demos
|
||||
mod config;
|
||||
mod ctrlc;
|
||||
mod disable_gc;
|
||||
mod env;
|
||||
mod view_span;
|
||||
mod ctrlc;
|
||||
|
||||
pub use config::Config;
|
||||
pub use ctrlc::Ctrlc;
|
||||
pub use disable_gc::DisableGc;
|
||||
pub use env::Env;
|
||||
pub use view_span::ViewSpan;
|
||||
pub use ctrlc::Ctrlc;
|
||||
|
||||
// Stream demos
|
||||
mod collect_bytes;
|
||||
|
|
Loading…
Reference in New Issue
Block a user