nushell/crates/nu-cmd-lang/src
Michael Angerman b1974fae39
Categorification: move commands histogram and version out of the default category (#9946)
* histogram to chart
* version to core

This completes moving commands out of the *Default* category...

When you run 

```rust
nu -n --no-std-lib
```

```rust
help commands | where category == "default"
```

You now get an *Empty List* 😄
2023-08-07 09:23:53 -07:00
..
core_commands Categorification: move commands histogram and version out of the default category (#9946) 2023-08-07 09:23:53 -07:00
default_context.rs Module: support defining const and use const variables inside of function (#9773) 2023-08-01 07:09:52 +08:00
example_support.rs Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
example_test.rs Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
lib.rs cratification: Example support (#8231) 2023-02-27 13:58:56 -08:00