Skip to content

Commit 9a5eb15

Browse files
authored
Apply suggestion from @BioPhoton
1 parent d3781cf commit 9a5eb15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/nx-plugin/src/internal/command.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ export interface FormatCommandLogOptions {
7474
* formatCommandLog({cwd: 'tools/api', env: {API_KEY='•••' NODE_ENV='prod'}, command: 'node', args: ['cli.js', '--do', 'thing', 'fast']})
7575
* ┌─────────────────────────────────────────────────────────────────────────┐
7676
* │ tools/api $ API_KEY="•••" NODE_ENV="prod" node cli.js --do thing fast │
77-
* │ │ │ │ │ │
78-
* │ └ cwd │ │ └ args. │
79-
* │ │ └ command │
80-
* │ └ env variables │
81-
* │ └ prompt symbol ($) │
77+
* │ │ │ │ │ │
78+
* │ └ cwd │ │ └ args. │
79+
* │ │ └ command │
80+
* │ └ env variables │
81+
* │ └ prompt symbol ($)
8282
* └─────────────────────────────────────────────────────────────────────────┘
8383
*/
8484
export function formatCommandLog(options: FormatCommandLogOptions): string {

0 commit comments

Comments
 (0)