Metaschema CLI Framework
This module provides support for building command line interfaces (CLIs) that use the Metaschema capabilities provided by this project.
The following dependency can be added to your POM to use this library.
<dependency>
<groupId>dev.metaschema.java</groupId>
<artifactId>cli-processor</artifactId>
<version>2.0.1</version>
</dependency>