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 2 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T16:02:07.000Z (5 months ago)
- Last Synced: 2025-03-31T15:49:01.395Z (3 months ago)
- Topics: bash-completion, ocaml, ocaml-library
- Language: OCaml
- Homepage: https://sim642.github.io/ocaml-arg-complete/
- Size: 400 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ocaml-arg-complete
[](https://github.com/sim642/ocaml-arg-complete/actions/workflows/ci.yml)
[](https://github.com/sim642/ocaml-arg-complete/releases)
[](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.