mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 22:07:40 +02:00
* 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* 😄