forked from extern/nushell
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