nushell/crates/nu-command/src/bytes
WindSoilder e46d610f77
Refactor: finish refactor on commands which take optional cell paths. (#6961)
* refactor on conversions module

* finish refactor on strings command

* simplify code

* rename from ArgumentsCp to CellPathOnlyArgs

* fmt code

* refactor on hash relative commands
2022-11-01 12:40:11 +01:00
..
add.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
at.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
build_.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
bytes_.rs add bytes root command (#5956) 2022-07-06 16:46:56 +12:00
collect.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
ends_with.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
index_of.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
length.rs Refactor: finish refactor on commands which take optional cell paths. (#6961) 2022-11-01 12:40:11 +01:00
mod.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
remove.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
replace.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00
reverse.rs Refactor: finish refactor on commands which take optional cell paths. (#6961) 2022-11-01 12:40:11 +01:00
starts_with.rs Refactor: introduce general operate commands to reduce duplicate code (#6879) 2022-10-29 16:29:46 -05:00