From dfb0e79f791bed199ed969db974eb78119859aa6 Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Sun, 4 Mar 2018 04:19:13 +0800 Subject: Updated Readme, updated svgbob_cli --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9c43b36..e60c9d2 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ svgbob -s -- "+--+\n| |\n+--+" This is also documented in the output of `svgbob --help`: ```console -$ svgbob --help -svgbob 0.2.1 + +svgbob 0.2.5 SvgBobRus is an ascii to svg converter USAGE: @@ -59,7 +59,12 @@ FLAGS: -V, --version Prints version information OPTIONS: - -o, --output where to write svg output [default: STDOUT] + --font-family text will be rendered with this font (default: 'arial') + --font-size text will be rendered with this font size (default: 14) + -o, --output where to write svg output [default: STDOUT] + --scale scale the entire svg (dimensions, font size, stroke width) by this factor + (default: 1) + --stroke-width stroke width for all lines (default: 2) ARGS: svgbob text file or inline string to parse [default: STDIN] @@ -67,6 +72,7 @@ ARGS: SUBCOMMANDS: build Batch convert files to svg. help Prints this message or the help of the given subcommand(s) + ``` -- cgit v1.2.3