diff options
author | Teddy Wing | 2021-04-17 20:19:59 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-17 20:31:26 +0200 |
commit | 16fbda5831d81c8fc430a41bbc75a9f80d54a701 (patch) | |
tree | 228b62062d3269e1eb2ee4da7337bdaddaffe874 /example/f1040.toml | |
parent | 30317894c228ce960e8d35c5c11a035a08098ba4 (diff) | |
download | formurapid-16fbda5831d81c8fc430a41bbc75a9f80d54a701.tar.bz2 |
Add an example
Try to show command usage with a PDF form and the generated files.
Diffstat (limited to 'example/f1040.toml')
-rw-r--r-- | example/f1040.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/f1040.toml b/example/f1040.toml new file mode 100644 index 0000000..4db7b65 --- /dev/null +++ b/example/f1040.toml @@ -0,0 +1,7 @@ +[[fields]] +id = 0 +value = "Krusty" + +[[fields]] +id = 1 +value = "the Clown" |