(async function runHelaCli() {
  try {
    await cli();
  } catch (err) {
    console.error('[hela] Failure:', err.stack);