This project is still very much in beta. Expect bugs, unconsistent behaviour. Do not use in productive nushell scripts!
Some of the outputs deletes comments, break the functionality of the script or doesn't format at all.
To use the formatter, test it first and use it with caution!.
cargo install --git https://github.com/nushell/nufmt- Using our bundled Nix flake.
If you still want to use it, or test it to contribute, this is the --help.
nufmt [OPTIONS] [FILES] ...
Files are a list of files. It cannot be used combined with --stdin.
You can format many files with one command!. For example:
nufmt my-file1.nu my-file2.nu my-file3.nu
-
-sor--stdinformats fromstdin, returns tostdoutas a String. It cannot be used combined withfiles. -
-cor--configpass the config file path. Sample:nufmt <files> --config my-config.jsonor
nufmt --stdin <string> --config my-stdin-config.json -
-hor--helpshow help and exit -
-vor--versionprints the version and exit
We have a contribution guide. If you still have doubts, you can mention @AucaCoyan who is active on this repo.