Add format meta command (#11334)

This commit is contained in:
Andrej Kolchin
2023-12-15 06:57:18 +00:00
committed by GitHub
parent 78f52e8b66
commit fd77114d82
3 changed files with 53 additions and 1 deletions

View File

@ -191,6 +191,7 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
StrSubstring,
StrTrim,
StrUpcase,
Format,
FormatDate,
FormatDuration,
FormatFilesize,