aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-04-18Accept multiple PDF input filesTeddy Wing
2021-04-18Add license (GNU GPLv3+)v0.0.1Teddy Wing
2021-04-12Add `--help` and `--version` flagsTeddy Wing
2021-04-12Add function documentationTeddy Wing
2021-04-12main(): Replace `unwrap`s with `Result`sTeddy Wing
2021-04-11generate_fill_helpers(): Replace `unwrap`s with `anyhow::Result`sTeddy Wing
2021-04-11fill(): Remove `unwrap`sTeddy Wing
2021-04-11Print usage on malformed command line argumentsTeddy Wing
2021-04-11main(): Move helper file generation to a separate functionTeddy Wing
2021-04-11Make all file names dynamic based on input form pathTeddy Wing
2021-04-11Get PDF file path from free command line argumentTeddy Wing
2021-04-11Write a PDF with fields filled in from the TOML fileTeddy Wing
2021-04-11Write a base TOML file including the fieldsTeddy Wing
2021-04-11Fill in the form's fields with the fields' IDsTeddy Wing
2021-04-11New Rust 1.51.0 projectTeddy Wing