Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 36501e8

Browse files
committed
Adjust styling of deploy kind descriptions
(cherry picked from commit 07dc07a)
1 parent e0870ba commit 36501e8

File tree

1 file changed

+1
-2
lines changed
  • packages/cli/src/commands/deploy

1 file changed

+1
-2
lines changed

packages/cli/src/commands/deploy/spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import { commonOptions } from '../utils';
55
import { TxParams } from '@openzeppelin/upgrades';
66
import NetworkFile from '../../models/files/NetworkFile';
77
import { DEFAULT_TX_TIMEOUT } from '../../models/network/defaults';
8-
import { capitalize } from 'lodash';
98
import chalk from 'chalk';
109

1110
function kindChoice<K extends string>(kind: K, description: string) {
1211
return {
13-
name: `${chalk.underline(capitalize(kind))}: ${description}`,
12+
name: `${kind}\t${chalk.reset.dim(description)}`,
1413
value: kind,
1514
short: kind,
1615
};

0 commit comments

Comments
 (0)