chore: bump to 0.1.2 and fix commander typings

This commit is contained in:
Peter Steinberger
2025-11-25 14:26:55 +01:00
parent dd55a80430
commit 80d9d288c2
4 changed files with 11 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import { spawnRelayTmux } from "./relay_tmux.js";
export function buildProgram() {
const program = new Command();
const PROGRAM_VERSION = "0.1.1";
const PROGRAM_VERSION = "0.1.2";
const TAGLINE =
"Send, receive, and auto-reply on WhatsApp—Twilio-backed or QR-linked.";
@@ -36,7 +36,7 @@ export function buildProgram() {
program.configureHelp({
optionTerm: (option) => chalk.yellow(option.flags),
commandTerm: (cmd) => chalk.green(cmd.name()),
subcommandTerm: (cmd) => chalk.green(cmd.name()),
});
program.configureOutput({