Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armael/batoptparse_example

An example illustrating the use of BatOptParse for command-line option parsing
https://github.com/armael/batoptparse_example

Last synced: 13 days ago
JSON representation

An example illustrating the use of BatOptParse for command-line option parsing

Awesome Lists containing this project

README

        

A simple example illustrating the use of
[BatOptParse](https://ocaml-batteries-team.github.io/batteries-included/hdoc2/BatOptParse.html)
from [Batteries](https://github.com/ocaml-batteries-team/batteries-included/).

Implements a simpler version of the `head` unix utility.

- Dependencies: `batteries`
- To build: `make`