Skip to content

Commit

Permalink
allow user to provide a width
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jun 8, 2019
1 parent 86dcd47 commit 0a1bf55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Expand Up @@ -31,7 +31,11 @@ let {argv} = require("yargs").command({
alias: ["t"],
description: "the number of pixels an emoji should represent",
type: "number",
default: 32,
},
width: {
alias: ["w"],
description: "the number of emoji to print per line",
type: "number",
},
background: {
alias: ["b"],
Expand Down

0 comments on commit 0a1bf55

Please sign in to comment.