UNPKG
@towercg2/cli
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
The command-line components for TowerCG2's server.
github.com/towercg2/towercg2
towercg2/towercg2
@towercg2/cli
/
dist
/
commands
/
server.d.ts
5 lines
(4 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
import { Command }
from
"clime"
; export
default
class
Server
extends
Command
{
execute
(
configFile
:
string
):
void
; }