nushell/crates/nu-command/src/misc
Antoine Stevan 6bbe5b6255
REFACTOR: move source out of deprecated commands (#9060)
# Description
the plan of deprecating `source` never really came to conclusion, so i
propose to move it out of the deprecated commands in this PR.
i've moved it to `nu-command::misc`, which can be changed 👍 

# User-Facing Changes
```
$nothing
```

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
-  `toolkit test`
-  `toolkit test stdlib`

# After Submitting
```
$nothing
```
2023-05-04 00:02:03 +02:00
..
mod.rs REFACTOR: move source out of deprecated commands (#9060) 2023-05-04 00:02:03 +02:00
source.rs REFACTOR: move source out of deprecated commands (#9060) 2023-05-04 00:02:03 +02:00
tutor.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00