#!/usr/bin/env bash
# Wrapper that forwards to `cctally dashboard`.
# Keeps CLI ergonomics in line with cctally-tui / cctally-forecast.
exec "$(dirname "$0")/cctally" dashboard "$@"
