mirror of
https://github.com/tswow/tswow
synced 2026-08-14 20:29:06 -04:00
8 lines
No EOL
386 B
TypeScript
8 lines
No EOL
386 B
TypeScript
import { commands } from "../util/Commands";
|
|
|
|
export const BuildCommand = commands.addCommand('build')
|
|
export const CreateCommand = commands.addCommand('create')
|
|
export const ListCommand = commands.addCommand('list')
|
|
export const StartCommand = commands.addCommand('start')
|
|
export const StopCommand = commands.addCommand('stop')
|
|
export const CleanCommand = commands.addCommand('clean'); |