darklua 0.18.0

Transform Lua scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: tests/cli.rs
expression: content
---
Transform Lua scripts

Usage: darklua [OPTIONS] <COMMAND>

Commands:
  minify   Minify lua files without applying any transformation
  process  Process lua files with rules
  convert  Convert a data file [json, json5, yaml, toml] into a Lua file
  help     Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...  Sets verbosity level (can be specified multiple times)
  -h, --help        Print help (see more with '--help')
  -V, --version     Print version