Skip to content

Commit 0b16345

Browse files
committed
chore(cli): remove unused function
1 parent ab6e4f9 commit 0b16345

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

apps/cli/src/base.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { InvalidArgumentError } from "@commander-js/extra-typings";
2-
import chalk from "chalk";
32
import { execa } from "execa";
43
import fs from "fs";
54
import path from "path";
@@ -82,16 +81,6 @@ export const getAddressBook = async (): Promise<AddressBook> => {
8281
return contracts;
8382
};
8483

85-
export const logPrompt = ({
86-
title,
87-
value,
88-
}: {
89-
title: string;
90-
value: string;
91-
}) => {
92-
console.log(`${chalk.green("?")} ${title} ${chalk.cyan(value)}`);
93-
};
94-
9584
const getServiceInfo = async (options: {
9685
projectName: string;
9786
service: string;

0 commit comments

Comments
 (0)