PLUS-POSTECH / soma

Cross-platform CTF problem container manager
Apache License 2.0
24 stars 3 forks source link

Soma build command #65

Closed Qwaz closed 5 years ago

Qwaz commented 5 years ago

Current Design

pull = pull run = build + run

New Design

build = pull + build run = run

KSAlpha commented 5 years ago

Also, from: add = add

To: add = add + pull