Expose IntoArgument

pull/3/head
trivernis 2 years ago
parent f1c2e7bdf8
commit 30a7d92f7e
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,6 @@
[package]
name = "embed-nu"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/Trivernis/embed-nu"

@ -6,7 +6,7 @@ pub(crate) mod into_expression;
pub(crate) mod into_value;
pub(crate) mod utils;
pub use argument::Argument;
pub use argument::{Argument, IntoArgument};
pub use context::{CommandGroupConfig, Context, ContextBuilder};
pub use into_value::*;
pub use nu_protocol::PipelineData;

Loading…
Cancel
Save