Skip to content

Commit

Permalink
Add display option to bin/target.js
Browse files Browse the repository at this point in the history
  • Loading branch information
1v4n4 committed Sep 26, 2024
1 parent 84728c3 commit f50c3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/target.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const help = (exitValue) => {
"--pull (from the server)",
"--digest (process the source and generate a file for digest, like add salutation and language)",
"--push (update the server)",
"--display (show/hide targets)",
"--publish (update the public list into /config/target/public and make it live)",
"{campaign name}",
].join("\n"),
Expand Down Expand Up @@ -82,6 +83,7 @@ const argv = require("minimist")(process.argv.slice(2), {
"meps",
"external_id",
"email",
"display"
],
unknown: (d) => {
const allowed = []; //merge with boolean and string?
Expand Down

0 comments on commit f50c3de

Please sign in to comment.