mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
d339902dc6
# Description
this PR fixes the `std clip` command which would not copy integer data
😮
and, as all the input data is now treated as raw `string` with the
`table | into string` conversion, i've removed the "stripped" print when
done clipping the data 👍
❌ from the `main` on which this PR is based (
|
||
---|---|---|
.. | ||
dirs.nu | ||
help.nu | ||
iter.nu | ||
log.nu | ||
mod.nu | ||
testing.nu | ||
xml.nu |