chore(cli): dry up link + post tag prompt

This commit is contained in:
Cory Dransfeldt 2025-06-16 14:56:55 -07:00
parent efe701f939
commit 555ba74bf6
No known key found for this signature in database
8 changed files with 75 additions and 104 deletions

View file

@ -4,7 +4,7 @@ import { program } from "commander";
import chalk from "chalk";
import figlet from "figlet";
import { loadConfig } from "../lib/config.js";
import { handleExitError } from "../lib/handlers.js";
import { handleExitError } from "../lib/utils.js";
import { runRootScript } from "../lib/runScript.js";
import { runJobsMenu } from "../lib/jobs.js";
import { runTasksMenu } from "../lib/tasks/index.js";