new command fmt to format numbers (#707)

* new command `fmt` to format numbers

* remove comments
This commit is contained in:
Darren Schroeder
2022-01-09 19:19:41 -06:00
committed by GitHub
parent 7970e71bd4
commit 3a17b60862
3 changed files with 179 additions and 0 deletions

View File

@ -241,6 +241,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
IntoFilesize,
IntoInt,
IntoString,
Fmt,
};
// Env