Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-marky committed Sep 4, 2023
1 parent 494232d commit 8b94f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import chalk from 'chalk'
import { Command } from 'commander'

import { loadProcesses, disableProcess, listProcess } from './lib/process/index.js'
import { loadProcesses, disableProcess, listTransforming } from './lib/process/index.js'
import { getAll } from './lib/process/api.js'
import cliVersion from './version.js'

Expand Down Expand Up @@ -59,7 +59,7 @@ program
const res: Process.RawPayload[] = await getAll(mapOptions(options))
let processes: Process.RawPayload[]

listProcess(res, processes, options)
listTransforming(res, processes, options)

process.exit(0)
} catch (err) {
Expand Down

0 comments on commit 8b94f13

Please sign in to comment.