termtosvg -V (return code: 2)
usage: termtosvg [output_file] [--font FONT] [--theme THEME] [--help] [--verbose]
Record a terminal session and render an SVG animation on the fly
termtosvg: error: unrecognized arguments: --version
termtosvg --help (return code: 0)
usage: termtosvg [output_file] [--font FONT] [--theme THEME] [--help] [--verbose]
Record a terminal session and render an SVG animation on the fly
positional arguments:
output_file optional filename of the SVG animation; if missing, a random
filename will be automatically generated
optional arguments:
-h, --help show this help message and exit
--font FONT font to specify in the CSS portion of the SVG animation
(DejaVu Sans Mono, Monaco...). If the font is not installed
on the viewer's machine, the browser will display a default
monospaced font instead.
--theme THEME color theme used to render the terminal session (circus,
classic-dark, classic-light, dracula, isotope, marrakesh,
material, monokai, solarized-dark, solarized-light, zenburn)
-v, --verbose increase log messages verbosity
See also 'termtosvg record --help' and 'termtosvg render --help'