scopt
Options parser
A lightweight command-line options parsing library for Scala applications.
command line options parsing for Scala
1k stars
36 watching
164 forks
Language: Scala
last commit: 7 months ago
Linked from 2 awesome lists
command-lineoptions-parsingscala
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
scallop/scallop | A command-line arguments parsing library for Scala that supports various options and subcommands. | 680 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
xitrum-framework/scaposer | A parser and runtime for internationalized Scala programs using gettext PO files | 38 |
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
alexarchambault/case-app | A library providing type-level and seamless command-line argument parsing for Scala applications | 296 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
docopt/docopt.fs | A library that generates option parsers based on human-readable help messages. | 34 |
scoverage/sbt-scoverage | Supports code coverage analysis for Scala projects using scoverage | 650 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
leejarvis/slop | A simple and lightweight option parser for Ruby applications | 1,129 |
epfl-lara/scallion | A library for parsing and pretty-printing LL(1) languages in Scala. | 56 |
docopt/docopt.nim | A command line arguments parser generator for Nim programming language. | 214 |