1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-02 17:14:27 +02:00
nushell/crates/nu-command/tests/commands/platform/mod.rs
Douglas 26897b287c
Adds platform agnostic EoL separator to char command ()
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;