decline
CLI parser
A composable command-line parser for Scala applications
A composable command-line parser for Scala.
646 stars
8 watching
71 forks
Language: Scala
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bkirwi/coast | A streaming data processing framework with strong ordering and exactly-once semantics | 60 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
com-lihaoyi/fastparse | A Scala-based library for writing fast parsers using parser combinators. | 1,094 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 189 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 224 |
pathikrit/better-files | A Scala wrapper around Java NIO for simple and safe I/O operations, providing a pragmatic solution for tasks like file processing and compression. | 1,474 |
com-lihaoyi/fansi | A Scala library for working with fancy ANSI colored strings in a safe and efficient way. | 227 |
crmccreary/abqparse | A parser for Abaqus input files | 20 |
hashrock/deno-fnparse | A parser combinator for JavaScript to parse CSV files based on RFC4180 standards. | 11 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
epfl-lara/scallion | A library for parsing and pretty-printing LL(1) languages in Scala. | 56 |
xuwei-k/optparse-applicative | A Scala port of an applicative command-line parser library | 16 |
vishwanatharondekar/gitlab-cli | A command-line utility for interacting with GitLab repositories | 266 |
cbeust/jcommander | An annotation-based command line parameter parsing framework for Java | 1,966 |