1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-07 10:36:48 +02:00
Michael Angerman b1974fae39
Categorification: move commands histogram and version out of the default category ()
* 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
..
2023-02-27 13:58:56 -08:00