A command-line file processor that demonstrates:
- File I/O operations
- Error handling
- CLI argument parsing
- Formatted output
cd examples/cli-tool
composer install
px build --target=native
./dist/file-processor README.mdFile Analysis Report
========================================
Filename: README.md
Size: 1234 bytes
Lines: 45
Words: 234
Characters: 1234
- Analyzes file statistics
- Handles missing files gracefully
- Provides formatted, readable output
- Compiles to a standalone native binary