mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Refactor: introduce general operate
commands to reduce duplicate code (#6879)
* make format filesize more flexible * make code simpler * finish refactor on bytes commands * finish refactor on str commands * fimplify code * rename from column_paths to cell_paths
This commit is contained in:
@ -14,6 +14,7 @@ mod filters;
|
||||
mod formats;
|
||||
mod generators;
|
||||
mod hash;
|
||||
mod input_handler;
|
||||
mod math;
|
||||
mod misc;
|
||||
mod network;
|
||||
|
Reference in New Issue
Block a user