Skip to content
/ cli Public

module to build a command-line-interface and parse arguments easier

License

Notifications You must be signed in to change notification settings

m-m-m/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Apache License, Version 2.0 Build Status

mmm-cli

Maven Central base JavaDoc

The module mmm-cli provides simple and minimalistic support for handling command-line-interface (CLI) arguments.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-cli</artifactId>
  <!-- <version>${mmmVersion}</version> -->
</dependency>

Gradle Dependency:

implementation 'io.github.m-m-m:mmm-cli:${mmmVersion}'

For ${mmmVersion} please fill in the latest version that you can find in the badge above.

Module Dependency:

  requires transitive io.github.mmm.cli;

About

module to build a command-line-interface and parse arguments easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages