nushell/crates/nu-command/tests/commands/platform/mod.rs
Douglas 26897b287c
Adds platform agnostic EoL separator to char command (#15059)
Adds `char eol`, `char line_sep`, and `char lsep` (synonyms) to represent
the platform specific line ending character(s).
2025-02-08 16:23:51 -05:00

4 lines
32 B
Rust

mod ansi_;
mod char_;
mod kill;