nushell/crates/nu-std/std
Douglas a60f454154
No longer autoload deprecated-dirs (#14242)
# Description

Follow-up to #13842. 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 (#14040) 2024-10-10 06:56:37 -05:00
bench Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
core Respect use_ansi_coloring setting in banner (#14049) 2024-10-10 09:58:37 -05:00
dirs Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
dt Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
formats Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
help add like and not-like operators as synonyms for the regex operators =~ and !~ (#14072) 2024-10-20 23:12:57 +02:00
input Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
iter Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
log Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
math Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
util Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
xml Virtual std module subdirectories (#14040) 2024-10-10 06:56:37 -05:00
mod.nu Fix dirs removal warning (#14029) 2024-10-09 08:03:33 -05:00