Skip to content

docopt/docopt.scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docopt.scala is a JVM implementation of docopt

docopt http://docopt.org/ language definition can be found on the official webpage.

usage

  • For a scala example, see src/test/scala/org/docopt/Testee.scala and src/test/scripts/testee
  • For a java example, see src/test/java/org/docopt/NavalFate.java and src/test/scripts/naval_fate

installation

Once the project stabilize, i'll export it to a maven repository. Right now, just clone the sources and run mvn install.

tests coverage

The current coverage is 150/164 language agnostic tests.