v0.16.1
Highlights
A small follow-up to v0.16.0 that makes the ATB_DATA_DIR override discoverable from atb --help. No code-path changes — the env var was already honored, only the help text was misleading.
Fixed
--data-dirhelp text now reflects the effective default and surfaces the$ATB_DATA_DIRoverride (#15). Previously hardcoded todefault $HOME/.atb/data, the usage string ignored the OS-specific data directory (e.g.~/Library/Application Support/atb/dataon macOS) and gave no indication thatATB_DATA_DIRwas honored, leaving shared-install users unable to confirm via--helpthat the env var was wired up. The string is now built at runtime fromconfig.DefaultDataDir()and explicitly mentions$ATB_DATA_DIR.
Install
curl -sSL https://raw.githubusercontent.com/AllTheBacteria/atb-cli/main/install.sh | bashLinux binaries are statically linked (no glibc dependency).