mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Port str capitalize (#317)
* Port str capitalize command * Keep consistent naming for str commands Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
This commit is contained in:
committed by
GitHub
parent
e1468c0440
commit
ef20b5f1ef
@ -1,5 +1,7 @@
|
||||
mod capitalize;
|
||||
mod case;
|
||||
mod collect;
|
||||
|
||||
pub use capitalize::SubCommand as StrCapitalize;
|
||||
pub use case::*;
|
||||
pub use collect::*;
|
||||
|
Reference in New Issue
Block a user