Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Improve documentation for CLI arguments
Problem: It can be hard for new users of the CLI to understand how to use all the arguments. Solution: Add more documentation about the CLI arguments are used. Testing: Ran `cargo run -- --help` to check how the help text rendered. Also used `cargo run -- -m tests -j ./welcome -j ./benefits -j ./tooling` to test several different combinations of jabom directories and summaries. Issue: #29
- Loading branch information