Skip to content

Commit

Permalink
deploy: 6da5acd
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Jun 13, 2024
1 parent 2281a52 commit 734d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/doc/src/wasmer_cli/opts.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
</span><span class="kw">pub struct </span>ApiOpts {
<span class="attr">#[clap(long, env = <span class="string">&quot;WASMER_TOKEN&quot;</span>)]
</span><span class="kw">pub </span>token: <span class="prelude-ty">Option</span>&lt;String&gt;,
<span class="attr">#[clap(long, value_parser = parse_registry_url)]
<span class="attr">#[clap(long, value_parser = parse_registry_url, env = <span class="string">&quot;WASMER_REGISTRY&quot;</span>)]
</span><span class="kw">pub </span>registry: <span class="prelude-ty">Option</span>&lt;url::Url&gt;,
}

Expand Down

0 comments on commit 734d59e

Please sign in to comment.