From 363aefad500a3b6fa21b82ffdc7aa52bff6f91cf Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Fri, 22 Nov 2019 00:25:10 +0800 Subject: [PATCH] Update README.md --- libraries-3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries-3/README.md b/libraries-3/README.md index a6c6b190ab..a9d48bb389 100644 --- a/libraries-3/README.md +++ b/libraries-3/README.md @@ -7,3 +7,5 @@ The code examples related to different libraries are each in their own module. Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases. +### Relevant Articles: +- [Parsing Command-Line Parameters with JCommander](https://www.baeldung.com/jcommander-parsing-command-line-parameters)