Skip to content

mdoeseckle/argparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Java command line argument parser modeled after Python's argparse module.  It currently only contains a subset of the functionality available in python, so please feel free to expand it.

build steps:
  1. run gradle install
  2. find the .jar in build/libs 

  Note: Run this if you do not have gradle installed:
    ./gradlew install (Linux) 

    -or-

    ./gradlew.bat install (Windows)

    This will install gradle prior to running the build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors