mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
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).
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
mod ansi_;
|
||||
mod char_;
|
||||
mod kill;
|
||||
|
Reference in New Issue
Block a user