mirror of
https://github.com/0x5eal/terracotta.git
synced 2024-12-13 13:20:37 +00:00
11 lines
263 B
Lua
11 lines
263 B
Lua
|
--> Placeholder file!
|
||
|
|
||
|
local clap = require("../clap/src/clap")
|
||
|
|
||
|
local Command = clap.Command
|
||
|
local Opt = clap.Opt
|
||
|
|
||
|
Command.new("terracotta", true)
|
||
|
:afterHelp("For more help, refer to the documentation.")
|
||
|
:author("Seal Gang (0x5eal), Erica Marigold (DevComp)")
|