chore(cli): add smoke tests (#489)

This commit is contained in:
Aman Varshney
2025-08-11 02:56:25 +05:30
committed by GitHub
parent d6cf5c9d26
commit 198d6e968b
9 changed files with 2831 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
import { cancel } from "@clack/prompts";
import { consola } from "consola";
import consola from "consola";
import pc from "picocolors";
export function exitWithError(message: string): never {