diff options
Diffstat (limited to 'projects/wsdiff/index.html')
-rw-r--r-- | projects/wsdiff/index.html | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/projects/wsdiff/index.html b/projects/wsdiff/index.html index 493fae5..e7deab5 100644 --- a/projects/wsdiff/index.html +++ b/projects/wsdiff/index.html @@ -39,41 +39,41 @@ on available screen space.</p> <div class="section" id="installation"> <h2>Installation</h2> <pre class="code sh literal-block"> -$<span class="whitespace"> </span>pip<span class="whitespace"> </span>install<span class="whitespace"> </span>wsdiff -</pre> +<span class="lineno"></span><span class="line">$<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>wsdiff +</span></pre> </div> <div class="section" id="usage"> <h2>Usage</h2> <pre class="literal-block"> -usage: wsdiff [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE] - [-o OUTPUT] [--header] [--content] - [old] [new] - -Given two source files or directories this application creates an html page -that highlights the differences between the two. - -positional arguments: - old source file or directory to compare ("before" file) - new source file or directory to compare ("after" file) - -options: - -h, --help show this help message and exit - -b, --open Open output file in a browser - -s SYNTAX_CSS, --syntax-css SYNTAX_CSS - Path to custom Pygments CSS file for code syntax - highlighting - -l LEXER, --lexer LEXER - Manually select pygments lexer (default: guess from - filename, use -L to list available lexers.) - -L, --list-lexers List available lexers for -l/--lexer - -t PAGETITLE, --pagetitle PAGETITLE - Override page title of output HTML file - -o OUTPUT, --output OUTPUT - Name of output file (default: stdout) - --header Only output HTML header with stylesheets and stuff, - and no diff - --content Only output HTML content, without header -</pre> +<span class="lineno"></span><span class="line">usage: wsdiff [-h] [-b] [-s SYNTAX_CSS] [-l LEXER] [-L] [-t PAGETITLE]</span> +<span class="lineno"></span><span class="line"> [-o OUTPUT] [--header] [--content]</span> +<span class="lineno"></span><span class="line"> [old] [new]</span> +<span class="lineno"></span><span class="line"></span> +<span class="lineno"></span><span class="line">Given two source files or directories this application creates an html page</span> +<span class="lineno"></span><span class="line">that highlights the differences between the two.</span> +<span class="lineno"></span><span class="line"></span> +<span class="lineno"></span><span class="line">positional arguments:</span> +<span class="lineno"></span><span class="line"> old source file or directory to compare ("before" file)</span> +<span class="lineno"></span><span class="line"> new source file or directory to compare ("after" file)</span> +<span class="lineno"></span><span class="line"></span> +<span class="lineno"></span><span class="line">options:</span> +<span class="lineno"></span><span class="line"> -h, --help show this help message and exit</span> +<span class="lineno"></span><span class="line"> -b, --open Open output file in a browser</span> +<span class="lineno"></span><span class="line"> -s SYNTAX_CSS, --syntax-css SYNTAX_CSS</span> +<span class="lineno"></span><span class="line"> Path to custom Pygments CSS file for code syntax</span> +<span class="lineno"></span><span class="line"> highlighting</span> +<span class="lineno"></span><span class="line"> -l LEXER, --lexer LEXER</span> +<span class="lineno"></span><span class="line"> Manually select pygments lexer (default: guess from</span> +<span class="lineno"></span><span class="line"> filename, use -L to list available lexers.)</span> +<span class="lineno"></span><span class="line"> -L, --list-lexers List available lexers for -l/--lexer</span> +<span class="lineno"></span><span class="line"> -t PAGETITLE, --pagetitle PAGETITLE</span> +<span class="lineno"></span><span class="line"> Override page title of output HTML file</span> +<span class="lineno"></span><span class="line"> -o OUTPUT, --output OUTPUT</span> +<span class="lineno"></span><span class="line"> Name of output file (default: stdout)</span> +<span class="lineno"></span><span class="line"> --header Only output HTML header with stylesheets and stuff,</span> +<span class="lineno"></span><span class="line"> and no diff</span> +<span class="lineno"></span><span class="line"> --content Only output HTML content, without header +</span></pre> </div> <div class="section" id="example-output"> <h2>Example Output</h2> |