Skip to content

Commit

Permalink
Update CLI to allow no specified width value
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Oct 24, 2024
1 parent a994f9d commit 8722cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory-viz/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ program
"writes generated SVG to specified path",
parseOutputPath
)
.option("--width <value>", "width of generated SVG", "1300")
.option("--width <value>", "width of generated SVG")
.option("--height <value>", "height of generated SVG")
.option(
"--roughjs-config <key1=value1,key2=value2,...>",
Expand Down

0 comments on commit 8722cfb

Please sign in to comment.