8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
|
exports.config = {
|
||
|
short: "-h",
|
||
|
long: "hosting",
|
||
|
opts: ["init", "start", "stop", "update"],
|
||
|
}
|
||
|
|
||
|
exports.addOption = () => {}
|