[−][src]Crate nu_cli
Modules
| config | |
| primitive | |
| types | |
| utils | |
| value |
Macros
| return_err | |
| stream | |
| trace_out_stream | |
| trace_stream |
Structs
| BasicHost | |
| CommandArgs | |
| CommandRegistry | |
| EnvironmentSyncer | |
| EvaluatedWholeStreamCommandArgs | |
| EvaluationContext | |
| Example | |
| InputStream | |
| InterruptibleStream | |
| OutputStream | |
| TaggedDictBuilder | A helper to help create dictionaries for you. It has the ability to insert values into the dictionary while maintaining the tags that need to be applied to the individual members |
| TaggedListBuilder |
Enums
| LineResult |
Traits
| ToOutputStream | |
| ToPrimitive | A generic trait for converting a value to a number. |
| ValueExt | |
| WholeStreamCommand |
Functions
| create_default_context | |
| did_you_mean | Prepares a list of "sounds like" matches (using edit distance) for the string you're trying to find |
| get_help | |
| parse_and_eval | |
| process_line | Process the line by parsing the text to turn it into commands, classify those commands so that we understand what is being called in the pipeline, and then run this pipeline |
| register_plugins | |
| run_block | |
| run_pipeline_standalone | |
| run_vec_of_pipelines | |
| whole_stream_command |