Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sim642/ocaml-arg-complete
Bash completion support for OCaml Stdlib.Arg
https://github.com/sim642/ocaml-arg-complete
bash-completion ocaml ocaml-library
Last synced: about 1 month ago
JSON representation
Bash completion support for OCaml Stdlib.Arg
- Host: GitHub
- URL: https://github.com/sim642/ocaml-arg-complete
- Owner: sim642
- License: mit
- Created: 2022-03-26T13:11:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T19:21:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T05:01:04.045Z (3 months ago)
- Topics: bash-completion, ocaml, ocaml-library
- Language: OCaml
- Homepage: https://sim642.github.io/ocaml-arg-complete/
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-arg-complete
[![ci workflow status](https://github.com/sim642/ocaml-arg-complete/actions/workflows/ci.yml/badge.svg)](https://github.com/sim642/ocaml-arg-complete/actions/workflows/ci.yml)
[![GitHub release status](https://img.shields.io/github/v/release/sim642/ocaml-arg-complete)](https://github.com/sim642/ocaml-arg-complete/releases)
[![opam package status](https://badgen.net/opam/v/arg-complete)](https://opam.ocaml.org/packages/arg-complete)Bash completion support for OCaml `Stdlib.Arg`.
## Installation
```console
opam install arg-complete
```## Usage
See [API documentation](https://sim642.github.io/ocaml-arg-complete/) and [`example/`](example/) for example usage.