Codebase list erlang-getopt / 7003ec0
README erlang syntax highlighting fix szTheory authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2323
2424 To use getopt in your project you can just add it as a dependency in your
2525 `rebar.config` file in the following way:
26 ```sh
26 ```erlang
2727 {deps,
2828 [
2929 {getopt, "1.0.1"}