nushell/crates/nu-command/src/charting
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
..
hashable_value.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
histogram.rs Categorification: move commands histogram and version out of the default category (#9946) 2023-08-07 09:23:53 -07:00
mod.rs Implement histogram command (#5518) 2022-05-13 06:48:47 -05:00