nushell/crates/nu-cmd-lang/src
Antoine Stevan e0c8a3d14c
remove extern-wrapped and export extern-wrapped (#11000)
follow-up to
- https://github.com/nushell/nushell/pull/10716

> **Important**
> wait for between 0.87 and 0.88 to land this

# Description
it's time for removal again 😋 
this PR removes `extern-wrapped` and `export extern-wrapped` in favor of
`def --wrapped`

# User-Facing Changes
`extern-wrapped` and `export extern-wrapped` will not be found anymore.

# Tests + Formatting

# After Submitting
2023-11-17 06:44:28 +08:00
..
core_commands remove extern-wrapped and export extern-wrapped (#11000) 2023-11-17 06:44:28 +08:00
default_context.rs remove extern-wrapped and export extern-wrapped (#11000) 2023-11-17 06:44:28 +08:00
example_support.rs Implement Display for CellPath (#11023) 2023-11-10 21:12:51 +01:00
example_test.rs Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
lib.rs cratification: Example support (#8231) 2023-02-27 13:58:56 -08:00