run:
	cargo run -- parse --file input.txt

help:
	cargo run -- help

credits:
	cargo run -- credits

build:
	cargo build

test:
	cargo test

clippy:
	cargo clippy

format:
	cargo fmt

