mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 20:03:54 +01:00
6bbe5b6255
# 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 ```
6 lines
70 B
Rust
6 lines
70 B
Rust
mod source;
|
|
mod tutor;
|
|
|
|
pub use source::Source;
|
|
pub use tutor::Tutor;
|