SergelsOrg / csv2tex

Tool to replace placeholders in tex-files
GNU General Public License v3.0
5 stars 0 forks source link

CLI Tool or all csv in folder #86

Open DonMischo opened 2 years ago

DonMischo commented 2 years ago

command line interface with tex and csv

or!

all csv in one folder with same tex template

ArchibaldBienetre commented 2 years ago

Building a CLI is easy using Kotlin, I think this is the thing I saw used in the past: https://github.com/Kotlin/kotlinx-cli

Basically, what we need here is

In the past, to test a command line parser, I would basically just test

Anything beyond that (like "this file does not exist") is out of scope here - we already have handling for this in the rest of the program logic.