2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-cmd-extra/src
Stefan Holderbach a0cecf7658
Move format duration/filesize back into core ()
# 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
..
extra Move format duration/filesize back into core () 2023-08-11 06:01:47 +12:00
example_test.rs Remove Signature.vectorizes_over_list entirely () 2023-07-26 23:34:43 +02:00
lib.rs nu-cmd-extra crate infrastructure in place with the Bits command as the model for adding other commands () 2023-06-01 10:46:16 -07:00