Re-exports§
pub use print_table::Print;
Modules§
Structs§
- Alignments
- CliError
- This error exists so that we can defer SourceCode handling. It simply
forwards most methods, except for
.source_code()
, which we provide. - Config
- Example
- Flag
- Hooks
- Definition of a parsed menu from the config object
- List
Stream - A potentially infinite stream of values, optinally with a mean to send a Ctrl-C signal to stop the stream from continuing.
- Module
- Collection of definitions that can be exported from a module
- Parsed
Keybinding - Definition of a parsed keybinding from the config object
- Parsed
Menu - Definition of a parsed menu from the config object
- Pipeline
Iterator - Pipeline
Metadata - Positional
Arg - Range
- Range
Iterator - RawStream
- Signature
- Span
- Spans are a global offset across all seen files, which are cached in the engine’s state. The start and end offset together make the inclusive start/exclusive end pair for where to underline to highlight a given point of interest.
- Spanned
- A spanned area of interest, generic over what kind of thing is of interest
- Styled
String - Table
- Table represent a table view.
- Table
Theme - Text
Style - Variable
Enums§
- Category
- Data
Source - Exportable
- Footer
Mode - History
File Format - Pipeline
Data - The foundational abstraction for input and output to commands
- Shell
Error - The fundamental error type for the evaluation engine. These cases represent different kinds of errors the evaluator might face, along with helpful spans to label. An error renderer will take this error value and pass it into an error viewer to display to the user.
- Syntax
Shape - The syntactic shapes that values must match to be passed into a command. You can think of this as the type-checking that occurs when you call a function.
- Trim
Strategy - A Table view configuration, for a situation where we need to limit cell width in order to adjust for a terminal size.
- Type
- Unit
- Value
- Core structured values that pass through the pipeline in Nushell.
Constants§
Traits§
Functions§
- color_
value_ string - create_
menus - did_
you_ mean - extract_
value - format_
duration - format_
error - format_
filesize - format_
filesize_ from_ conf - into_
code - is_
leap_ year - Is the given year a leap year?
- levenshtein_
distance - span
- Used when you have a slice of spans of at least size 1