package cmdlang-stdlib-runner
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A basic execution runner for cmdlang based on stdlib.arg
Install
dune-project
Dependency
Authors
Maintainers
Sources
cmdlang-0.0.11.tbz
sha256=818cf017d4889b49121f36edf6c77b955105c2b2a79405592c5a51495cfbae4b
sha512=1179129fd7c65cb1767db5b7e2d2069454be8e16c0e9f010754b41b8af25e6e361ef5f0c3204fe7ee94e605cfdc3b406c41680664705dea53b488a3f727bcc2e
Description
[Cmdlang_stdlib_runner] is an execution engine for running command line programs specified with [cmdlang].
It has no dependencies other than [cmdlang] and is implemented using the [Arg] module from the OCaml standard library.
This package may be useful as a lightweight alternative to translating cmdlang parsers to more feature-rich libraries such as [cmdliner], [climate], or [core.command].
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page