javamc 0.1.0

Cross-platform CLI to download and run the official Mojang Java runtimes bundled with Minecraft.
set windows-shell := ["powershell.exe", "-NoProfile", "-NoLogo", "-Command"]
set shell := ["bash", "-c"]

default:
    @just --list

list:
    @just _dev list

download args:
    @just _dev download {{ args }}

execute args:
    @just _dev execute {{ args }}

help:
    @just _dev --help

_dev args:
    @cargo run --profile dev -- {{ args }}