NiChrosia / minloader

A simple version manager for Mindustry, sourcing versions from GitHub releases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add raw equivalent of `run`

NiChrosia opened this issue · comments

Like how install has download, run should have something that explicitly accepts a file, to allow better integration with other tools.

Potential implementation

Find a verb that, like download to install, sounds like it does not involve state, and use that for a command like this:

(v)erb [jar] [directory]
:: runs the Mindustry [jar] in [directory]

Implemented in v0.3.1.