forked from extern/nushell
new command fmt
to format numbers (#707)
* new command `fmt` to format numbers * remove comments
This commit is contained in:
@ -241,6 +241,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
IntoFilesize,
|
||||
IntoInt,
|
||||
IntoString,
|
||||
Fmt,
|
||||
};
|
||||
|
||||
// Env
|
||||
|
Reference in New Issue
Block a user