Fork me on GitHub

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>1.1.0</version>
</dependency>