1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-18 00:40:48 +02:00
nushell/crates/nu-std/std
Douglas a60f454154
No longer autoload deprecated-dirs ()
# Description

Follow-up to . In that commit, using one of the `dirs`/`shells`
aliases would notify the user that it would no longer be autoloaded in
future releases. This is the removal stage.

Side-benefit: Additional 1ms+ load time improvement

# User-Facing Changes

Breaking-change - `dirs` aliases are no longer autoloaded.

Users can either choose to continue using the aliases by adding the
following to the startup:

```nu
use std/dirs shells-aliases *
```

Alternatively, users can use the `dirs` subcommands (rather than the
aliases) with:

```nu
use std/dirs
```
2024-11-05 21:53:41 +01:00
..
assert Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
bench Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
core Respect use_ansi_coloring setting in banner () 2024-10-10 09:58:37 -05:00
dirs Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
dt Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
formats Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
help add like and not-like operators as synonyms for the regex operators =~ and !~ () 2024-10-20 23:12:57 +02:00
input Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
iter Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
log Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
math Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
util Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
xml Virtual std module subdirectories () 2024-10-10 06:56:37 -05:00
mod.nu Fix dirs removal warning () 2024-10-09 08:03:33 -05:00