mirror of
https://github.com/0x5eal/terracotta.git
synced 2024-12-12 04:40:42 +00:00
10 lines
263 B
Text
10 lines
263 B
Text
--> 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)")
|