Home Explore Blog CI



nushell

2nd chunk of `commands/docs/describe.md`
2f60401d9a7319afbb985235c22d0e13d902c66a2f535cd90000000100001740
│               │ │              │ ╰───────────────┴──────╯                                                         │ │
│               │ │              │ ╭───────────────┬──────────────────────────────────────────────────────────────╮ │ │
│               │ │ features     │ │ type          │ record                                                       │ │ │
│               │ │              │ │ detailed_type │ record<bugs: bool, multiplatform: bool, speed: int>          │ │ │
│               │ │              │ │               │ ╭───────────────┬───────────────────────────╮                │ │ │
│               │ │              │ │ columns       │ │               │ ╭───────────────┬───────╮ │                │ │ │
│               │ │              │ │               │ │ bugs          │ │ type          │ bool  │ │                │ │ │
│               │ │              │ │               │ │               │ │ detailed_type │ bool  │ │                │ │ │
│               │ │              │ │               │ │               │ │ rust_type     │ bool  │ │                │ │ │
│               │ │              │ │               │ │               │ │ value         │ false │ │                │ │ │
│               │ │              │ │               │ │               │ ╰───────────────┴───────╯ │                │ │ │
│               │ │              │ │               │ │               │ ╭───────────────┬──────╮  │                │ │ │
│               │ │              │ │               │ │ multiplatform │ │ type          │ bool │  │                │ │ │
│               │ │              │ │               │ │               │ │ detailed_type │ bool │  │                │ │ │
│               │ │              │ │               │ │               │ │ rust_type     │ bool │  │                │ │ │
│               │ │              │ │               │ │               │ │ value         │ true │  │                │ │ │
│               │ │              │ │               │ │               │ ╰───────────────┴──────╯  │                │ │ │
│               │ │              │ │               │ │               │ ╭───────────────┬─────╮   │                │ │ │
│               │ │              │ │               │ │ speed         │ │ type          │ int │   │                │ │ │
│               │ │              │ │               │ │               │ │ detailed_type │ int │   │                │ │ │
│               │ │              │ │               │ │               │ │ rust_type     │ i64 │   │                │ │ │
│               │ │              │ │               │ │               │ │ value         │ 10  │   │                │ │ │
│               │ │              │ │               │ │               │ ╰───────────────┴─────╯   │                │ │ │
│               │ │              │ │               │ ╰───────────────┴───────────────────────────╯                │ │ │
│               │ │              │ │ rust_type     │ &nu_utils::shared_cow::SharedCow<nu_protocol::value::record: │ │ │
│               │ │              │ │               │ :Record>                                                     │ │ │
│               │ │              │ ╰───────────────┴──────────────────────────────────────────────────────────────╯ │ │
│               │ │              │ ╭─────────────────────┬────────────────────────────────────────────────────────╮ │ │
│               │ │ fib          │ │ type                │ list                                                   │ │ │
│               │ │              │ │ detailed_type       │ list<int>                                              │ │ │
│               │ │              │ │ length              │ 6                                                      │ │ │
│               │ │              │ │ rust_type           │ &mut alloc::vec::Vec<nu_protocol::value::Value>        │ │ │
│               │ │              │ │                     │ ╭───┬──────┬───────────────┬───────────┬───────╮       │ │ │
│               │ │              │ │ value               │ │ # │ type │ detailed_type │ rust_type │ value │       │ │ │

Title: Detailed output of the `describe` command (continued)
Summary
This excerpt shows a continued detailed description of a record, focusing on the 'features' record (with 'bugs', 'multiplatform', and 'speed' fields), the 'fib' list, including its type, length, and the types of elements it contains.