
fmt:
	just format

format:
	bunx --bun @biomejs/biome format --write *.ts commands/


lint:
	bunx --bun @biomejs/biome lint --fix *.ts commands/