This is a CLI tool meant to translate an ACH file into a human-readable format.
Build the project with:
./gradlew clean cli-app:packageDistribution
After building run the CLI in the dist
directory like so:
.../dist> ./ach-cli -f /path/to/ach-file.ach
The CLI accepts the following arguments:
Argument | Use |
---|---|
-f |
The file that the CLI will parse. |
-h |
Display help message. |