We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
printable-shell-command
1 parent f315c11 commit 3c22e63Copy full SHA for 3c22e63
1 file changed
src/deployTarget.ts
@@ -10,8 +10,7 @@ function ensureTrailingSlash(s: string): string {
10
}
11
12
async function printAndRun(command: PrintableShellCommand) {
13
- // TODO: check for TTY presence?
14
- command.print({ styleTextFormat: ["gray", "bold"] });
+ command.print();
15
if (!options["dry-run"]) {
16
await command.spawnTransparently().success;
17
0 commit comments