diff options
| author | Fuwn <[email protected]> | 2026-01-31 16:13:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-31 16:44:10 +0000 |
| commit | ab962196abfd61a960110907f83454a6933f3f10 (patch) | |
| tree | c08d0491bf666230d98aaee3ec207b94cf4a5c0e | |
| parent | docs(README): Add subtagline (diff) | |
| download | iku-ab962196abfd61a960110907f83454a6933f3f10.tar.xz iku-ab962196abfd61a960110907f83454a6933f3f10.zip | |
docs(README): Update usage examples
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ nix run github:Fuwn/iku ```bash # Format stdin -echo 'package main...' | iku +echo 'package main ...' | iku # Format and print to stdout iku file.go @@ -47,7 +47,7 @@ iku file.go iku -w file.go # Format entire directory -iku -w ./... +iku -w . # List files that need formatting iku -l . |