Options (2)
-o, --outputbooleanGenerate an image from a specific source file
Example:
silicon {{path/to/source_file}} {{[-o|--output]}} {{path/to/output_image}}-l, --languagebooleanGenerate an image from a source file with a specific programming language syntax highlighting (e.g. `rust`, `py`, `js`, etc.)
Example:
silicon {{path/to/source_file}} {{[-o|--output]}} {{path/to/output_image}} {{[-l|--language]}} {{language|extension}}Examples (3)
Generate an image from a specific source file
silicon path/to/source_file [-o|--output] path/to/output_imageGenerate an image from a source file with a specific programming language syntax highlighting (e.g. `rust`, `py`, `js`, etc.)
silicon path/to/source_file [-o|--output] path/to/output_image [-l|--language] language|extensionmade by @shridhargupta | data from tldr-pages