mix crosswake.demo (crosswake v0.2.0)

View Source

Thin alias that shells out to bin/see-it-run.sh and streams its live output (the readiness progress dots + plain-ASCII banner) to the user's terminal.

logic lives in bin/see-it-run.sh

This task carries no banner string, no boot logic, no Docker orchestration, no toolchain checks, and no curl calls. All of that lives in the canonical bin/see-it-run.sh script (D-01). This module is a pure pass-through alias.

Usage

mix crosswake.demo [--web-only] [--ios] [--android] [--all] [--build] [--no-open] [--help]

All flags are forwarded verbatim to bin/see-it-run.sh; no parsing is done here.

Exit behaviour

A non-zero exit from the script (e.g. Docker absent / daemon down) is propagated via exit({:shutdown, status}) so callers see the real failure code.