Cleanup files and packages

This commit is contained in:
Jesse Wierzbinski 2024-04-13 18:10:37 -10:00
parent bc296194b6
commit fe0cfa547b
No known key found for this signature in database
12 changed files with 11 additions and 295 deletions

View file

@ -1,5 +1,4 @@
import chalk from "chalk";
import strip from "strip-ansi";
import { type CliParameter, CliParameterType } from "./cli-builder.type";
export function startsWithArray(fullArray: string[], startArray: string[]) {