Age | Commit message (Collapse) | Author |
|
|
|
|
|
Replace these with 'anyhow' `Result`s.
|
|
|
|
Add 'getopts' to parse command line arguments. Replace `--fill` argument
condition with 'getopts'. Replace the hard-coded PDF file path with one
from the command line argument.
|
|
Write a file that can be modified by a user to fill in the form fields.
A separate procedure will take the TOML file and fill in the appropriate
fields.
|
|
Use a copy of Form 1040 as a sample. A copy of the PDF is produced so
you can reference the text fields by their ID.
|
|
Generated with:
$ cargo init --bin
|