···38383939```bash
4040# Format stdin
4141-echo 'package main...' | iku
4141+echo 'package main ...' | iku
42424343# Format and print to stdout
4444iku file.go
···4747iku -w file.go
48484949# Format entire directory
5050-iku -w ./...
5050+iku -w .
51515252# List files that need formatting
5353iku -l .