emmylua_doc_cli 0.4.3

A command-line tool for generating lua documentation.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# EmmyLua Doc Cli

This is a command line tool for generating EmmyLua doc from Lua source code.

## Installation

```shell
cargo install emmylua_doc_cli
```

## Usage

```shell
emmylua_doc_cli --input ./tests/lua --output ./tests/doc
```