CLI tool for [forehead](https://github.com/afsall-inc/forehead) — create and maintain file headers for code license.
```bash
cargo install forehead-cli
```
```bash
forehead apply # Apply headers to all source files
forehead check # CI mode — exit 1 on missing/wrong headers
forehead list # List files with header status
forehead remove # Remove headers from files
forehead init # Scaffold forehead.toml
```
Apache-2.0 OR MIT