nu-engine 0.27.1

Core commands for nushell
Documentation
1
2
3
4
5
6
7
use nu_protocol::Value;

pub struct Example {
    pub example: &'static str,
    pub description: &'static str,
    pub result: Option<Vec<Value>>,
}