#!/bin/bash
rlwrap=()
if command -v rlwrap >/dev/null; then
  rlwrap=( rlwrap -C jiten )
fi
exec "${rlwrap[@]}" python3 -m jiten.cli "$@"
