Skip to content

Commit

Permalink
Deployed 4afbd29 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Nov 10, 2024
1 parent 1da8970 commit 42e6725
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 7 deletions.
55 changes: 55 additions & 0 deletions options/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-clear-cache" class="md-nav__link">
<span class="md-ellipsis">
--clear-cache
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -504,6 +513,42 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-no-infer-fn-type" class="md-nav__link">
<span class="md-ellipsis">
--no-infer-fn-type
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-fast-error-report" class="md-nav__link">
<span class="md-ellipsis">
--fast-error-report
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-hurry" class="md-nav__link">
<span class="md-ellipsis">
--hurry
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#-do-not-show-ext-errors" class="md-nav__link">
<span class="md-ellipsis">
--do-not-show-ext-errors
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -564,6 +609,8 @@
<h1 id="command-line-options">command line options<a class="headerlink" href="#command-line-options" title="Permanent link">#</a></h1>
<h2 id="-server">--server<a class="headerlink" href="#-server" title="Permanent link">#</a></h2>
<p>Launch as a language server.</p>
<h2 id="-clear-cache">--clear-cache<a class="headerlink" href="#-clear-cache" title="Permanent link">#</a></h2>
<p>Clear the cache files.</p>
<h2 id="-dump-decl">--dump-decl<a class="headerlink" href="#-dump-decl" title="Permanent link">#</a></h2>
<p>Dump a type declarations file (d.er) after type checking.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>$<span class="w"> </span>pylyzer<span class="w"> </span>--dump-decl<span class="w"> </span>test.py
Expand Down Expand Up @@ -598,6 +645,14 @@ <h2 id="-disable">--disable<a class="headerlink" href="#-disable" title="Permane
</ul>
<h2 id="-verbose">--verbose<a class="headerlink" href="#-verbose" title="Permanent link">#</a></h2>
<p>Print process information verbosely.</p>
<h2 id="-no-infer-fn-type">--no-infer-fn-type<a class="headerlink" href="#-no-infer-fn-type" title="Permanent link">#</a></h2>
<p>When a function type is not specified, no type inference is performed and the function type is assumed to be <code>Any</code>.</p>
<h2 id="-fast-error-report">--fast-error-report<a class="headerlink" href="#-fast-error-report" title="Permanent link">#</a></h2>
<p>Simplify error reporting by eliminating to search for similar variables when a variable does not exist.</p>
<h2 id="-hurry">--hurry<a class="headerlink" href="#-hurry" title="Permanent link">#</a></h2>
<p>Enable <code>--no-infer-fn-type</code> and <code>--fast-error-report</code>.</p>
<h2 id="-do-not-show-ext-errors">--do-not-show-ext-errors<a class="headerlink" href="#-do-not-show-ext-errors" title="Permanent link">#</a></h2>
<p>Do not show errors from external libraries.</p>



Expand Down
Loading

0 comments on commit 42e6725

Please sign in to comment.