From f409b761be1a65908784d770db3617c2ca9838f3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 24 Apr 2023 01:29:28 +0200 Subject: App.java: Start adding command line option parsing Used the following resources to see how to parse command line options using commons-cli: - https://reintech.io/blog/java-command-line-applications-parsing-processing-arguments - https://commons.apache.org/proper/commons-cli/usage.html Reusing the options from 'pdf-form-replace-font'. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 164523a..c60298c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,13 @@ compile + + commons-cli + commons-cli + 1.5.0 + compile + + junit junit -- cgit v1.2.3