Skip to content

Commit

Permalink
fix the "std import" section of the 0.79 changelog (nushell#892)
Browse files Browse the repository at this point in the history
a Nushell user has reported issues in the changelog about the standard library, here is a quick fix 👌
  • Loading branch information
amtoine committed Apr 28, 2023
1 parent 4ec1a6f commit d1cb6d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blog/2023-04-25-nushell_0_79.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ i'm just gonna give some hints and links in this release note, leaving the rest
- the library can be used and tested with

```nushell
use std # will load the whole library under the `std` namespace
use std # will load the whole library under the `std` namespace
use std * # - - - - - without the `std` prefix
```

or use direct imports, such as

```nushell
use std dirs
use std 'dirs show'
```

- one can follow the activity of the library in the [roadmap](https://github.com/nushell/nushell/issues/8450)
Expand Down

0 comments on commit d1cb6d4

Please sign in to comment.