mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
This refactor shouldn't change much except add a new `nix formatter run` command. This creates space for the new `nix formatter build` command, which I'll be introducing in the next commit.
2 lines
52 B
Bash
Executable file
2 lines
52 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo "Formatting(${#}):" "${@}"
|