tools.cli
Option parser
Provides a framework for parsing command-line options in Clojure programs.
Command-line processing
723 stars
39 watching
54 forks
Language: Clojure
last commit: about 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
clojure/data.json | A JSON parser and generator for Clojure data structures. | 543 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
clojure/tools.trace | A Clojure library for tracing and debugging code execution | 361 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,173 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
jersou/clite-parser | CLI generator from classes or objects | 7 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
dnaeon/clingon | A command-line options parser system for Common Lisp | 127 |
clojurephant/clojurephant | A Gradle plugin providing support for Clojure and ClojureScript languages in software development | 182 |
candid82/joker | An interpreter, linter, and formatter tool for the Clojure programming language. | 1,645 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |