decline
CLI parser
A composable command-line parser for Scala applications
A composable command-line parser for Scala.
647 stars
8 watching
71 forks
Language: Scala
last commit: 5 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++ | 493 |
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,098 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 191 |
sirthias/borer | Provides efficient serialization and deserialization capabilities for binary data formats | 226 |
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,477 |
com-lihaoyi/fansi | A Scala library for working with fancy ANSI colored strings in a safe and efficient way. | 228 |
crmccreary/abqparse | A parser for Abaqus input files | 20 |
hashrock/deno-fnparse | A parser combinator library for Deno that provides a simple way to parse CSV data. | 11 |
cpp-netlib/uri | A C++ class for parsing and manipulating Uniform Resource Identifiers (URIs) | 140 |
epfl-lara/scallion | A library for writing parsers and pretty printers for LL(1) languages in Scala using a novel parsing algorithm. | 57 |
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 | 267 |
cbeust/jcommander | An annotation-based command line parameter parsing framework for Java | 1,970 |