nushell/crates/nu-cmd-extra/src/extra
Stefan Holderbach a0cecf7658
Move format duration/filesize back into core (#9978)
# Description
Those two commands are very complementary to `into duration` and `into
filesize` when you want to coerce a particular string output.

This keeps the old `format` command with its separate formatting syntax
still in `nu-cmd-extra`.

# User-Facing Changes
`format filesize` is back accessible with the default build. The new
`format duration` command is also available to everybody

# Tests + Formatting
2023-08-11 06:01:47 +12:00
..
bits Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
bytes Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
conversions REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
filters Apply nightly clippy lints (#9654) 2023-07-12 00:00:31 +02:00
formats REFACTOR: move the 0% commands to nu-cmd-extra (#9404) 2023-07-06 08:31:31 -07:00
math Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
platform Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
strings Move format duration/filesize back into core (#9978) 2023-08-11 06:01:47 +12:00
mod.rs Move format duration/filesize back into core (#9978) 2023-08-11 06:01:47 +12:00