nushell/crates/nu-command/src/generators
Antoine Stevan 030e55acbf
add unfold back with a deprecation warning (#10771)
related to
- https://github.com/nushell/nushell/pull/10770

# Description
because some people look into `unfold` already (myself included lol) and
there will be 4 weeks with that new command which has a decent section
in the release note, i fear that
https://github.com/nushell/nushell/pull/10770 is a bit too brutal,
removing `unfold` without any warning...

this PR brings `unfold` back to life.
the `unfold` command will have a deprecation warning and will be removed
in 0.88.

# User-Facing Changes
`unfold` is only deprecated, not removed.

# Tests + Formatting

# After Submitting
2023-10-19 19:23:06 +02:00
..
cal.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
generate.rs rename unfold to generate (#10770) 2023-10-19 09:30:34 -05:00
mod.rs add unfold back with a deprecation warning (#10771) 2023-10-19 19:23:06 +02:00
seq_char.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
seq_date.rs Add long options for generators and math (#10752) 2023-10-19 18:17:42 +02:00
seq.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
unfold.rs add unfold back with a deprecation warning (#10771) 2023-10-19 19:23:06 +02:00