Str plugin promoted to built-in Nu command.

This commit is contained in:
Andrés N. Robalino
2020-05-26 17:19:18 -05:00
parent 0a6692ac44
commit fe01a223a4
33 changed files with 2112 additions and 1331 deletions

View File

@ -42,6 +42,7 @@ mod sort_by;
mod split_by;
mod split_column;
mod split_row;
mod str_;
mod sum;
mod touch;
mod trim;