Combine cli-utils with utils

This commit is contained in:
2026-04-27 09:14:30 +00:00
parent 7ad17a7c0e
commit 9fa87d01b3
7 changed files with 6 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ import path from "path";
import { generateTemplateIdentifier } from "@xo-cash/engine";
import type { XOTemplate } from "@xo-cash/types";
import { bold, dim, formatObject } from "../cli-utils.js";
import { bold, dim, formatObject } from "../utils.js";
import { resolveTemplateReferences } from "../../utils/templates.js";
import type { CommandDependencies, CommandIO } from "./types.js";
import { CommandError } from "./types.js";