Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Comment out CSV placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmdln committed Aug 14, 2019
1 parent 2a8927f commit 288115e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/whodis.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ let File = cmd.Flag(
"Read domains from the specified input file."
)

let saveCsv = cmd.Flag(
"csv", "c", "",
"Save data as JSON to the specified file."
)
// let saveCsv = cmd.Flag(
// "csv", "c", "",
// "Save data as JSON to the specified file."
// )

let saveJson = cmd.Flag(
"json", "j", "",
Expand Down

0 comments on commit 288115e

Please sign in to comment.