forked from extern/nushell
Add format
meta command (#11334)
This commit is contained in:
@ -191,6 +191,7 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
|
||||
StrSubstring,
|
||||
StrTrim,
|
||||
StrUpcase,
|
||||
Format,
|
||||
FormatDate,
|
||||
FormatDuration,
|
||||
FormatFilesize,
|
||||
|
Reference in New Issue
Block a user