summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/cli/objects
AgeCommit message (Collapse)Author
2017-09-11Add beginnings of CLI for definesBenjamin J. Culkin
2017-09-11Update BlockReaderCLIBenjamin J. Culkin
2017-09-11Add ToggledBlockReader to CLIBenjamin J. Culkin
2017-09-10More BlockReader workBenjamin J. Culkin
This includes some minor fixes to the BlockReaderCLI, and two new BlockReader types * MappedBlockReader - Apply a function to each block, transforming it. * FlatMappedBlockReader - Apply a function to each block, expanding it into one or more blocks.
2017-09-09UpdateBenjamin J. Culkin
Most of it is documentation changes. The rest is more work on BlockReaders, as well as a simple command language for configuring them.