#!/usr/bin/env node export type Command = (argv?: string[]) => void;