Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvanderwaal committed Feb 14, 2023
1 parent 41b9e28 commit c730003
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 29 deletions.
2 changes: 2 additions & 0 deletions docs-src/src/set.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ metaboss set token-standard --keypair <PATH_TO_KEYPAIR> --account <MINT_ACCOUNT>

Set all assets in a list to be the correct Token Standard. **This is not reversible.**

```
USAGE:
metaboss set token-standard-all [OPTIONS]
Expand All @@ -107,6 +108,7 @@ OPTIONS:
--retries <retries> Maximum retries: retry failed items up to this many times [default: 1]
-r, --rpc <rpc> RPC endpoint url to override using the Solana config or the hard-coded default
-T, --timeout <timeout> Timeout to override default value of 90 seconds [default: 90]
```

#### Usage

Expand Down
31 changes: 17 additions & 14 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,20 +683,23 @@ <h4 id="usage-15"><a class="header" href="#usage-15">Usage</a></h4>
</code></pre>
<h3 id="set-token-standard-all"><a class="header" href="#set-token-standard-all">Set Token Standard-All</a></h3>
<p>Set all assets in a list to be the correct Token Standard. <strong>This is not reversible.</strong></p>
<p>USAGE:
metaboss set token-standard-all [OPTIONS]</p>
<p>FLAGS:
-h, --help Prints help information
-V, --version Prints version information</p>
<p>OPTIONS:
-b, --batch-size <batch-size> Maximum number of concurrent requests [default: 10]
-c, --cache-file <cache-file> Cache file
-k, --keypair <keypair> Path to the update authority's keypair file
-l, --log-level <log-level> Log level [default: off]
-L, --mint-list <mint-list> Mint list
--retries <retries> Maximum retries: retry failed items up to this many times [default: 1]
-r, --rpc <rpc> RPC endpoint url to override using the Solana config or the hard-coded default
-T, --timeout <timeout> Timeout to override default value of 90 seconds [default: 90]</p>
<pre><code>USAGE:
metaboss set token-standard-all [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-b, --batch-size &lt;batch-size&gt; Maximum number of concurrent requests [default: 10]
-c, --cache-file &lt;cache-file&gt; Cache file
-k, --keypair &lt;keypair&gt; Path to the update authority's keypair file
-l, --log-level &lt;log-level&gt; Log level [default: off]
-L, --mint-list &lt;mint-list&gt; Mint list
--retries &lt;retries&gt; Maximum retries: retry failed items up to this many times [default: 1]
-r, --rpc &lt;rpc&gt; RPC endpoint url to override using the Solana config or the hard-coded default
-T, --timeout &lt;timeout&gt; Timeout to override default value of 90 seconds [default: 90]
</code></pre>
<h4 id="usage-16"><a class="header" href="#usage-16">Usage</a></h4>
<pre><code class="language-bash">metaboss set token-standard-all --keypair &lt;PATH_TO_KEYPAIR&gt; --mint-list &lt;PATH_TO_MINT_ACCOUNTS&gt;
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

31 changes: 17 additions & 14 deletions docs/set.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,20 +196,23 @@ <h4 id="usage"><a class="header" href="#usage">Usage</a></h4>
</code></pre>
<h3 id="set-token-standard-all"><a class="header" href="#set-token-standard-all">Set Token Standard-All</a></h3>
<p>Set all assets in a list to be the correct Token Standard. <strong>This is not reversible.</strong></p>
<p>USAGE:
metaboss set token-standard-all [OPTIONS]</p>
<p>FLAGS:
-h, --help Prints help information
-V, --version Prints version information</p>
<p>OPTIONS:
-b, --batch-size <batch-size> Maximum number of concurrent requests [default: 10]
-c, --cache-file <cache-file> Cache file
-k, --keypair <keypair> Path to the update authority's keypair file
-l, --log-level <log-level> Log level [default: off]
-L, --mint-list <mint-list> Mint list
--retries <retries> Maximum retries: retry failed items up to this many times [default: 1]
-r, --rpc <rpc> RPC endpoint url to override using the Solana config or the hard-coded default
-T, --timeout <timeout> Timeout to override default value of 90 seconds [default: 90]</p>
<pre><code>USAGE:
metaboss set token-standard-all [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-b, --batch-size &lt;batch-size&gt; Maximum number of concurrent requests [default: 10]
-c, --cache-file &lt;cache-file&gt; Cache file
-k, --keypair &lt;keypair&gt; Path to the update authority's keypair file
-l, --log-level &lt;log-level&gt; Log level [default: off]
-L, --mint-list &lt;mint-list&gt; Mint list
--retries &lt;retries&gt; Maximum retries: retry failed items up to this many times [default: 1]
-r, --rpc &lt;rpc&gt; RPC endpoint url to override using the Solana config or the hard-coded default
-T, --timeout &lt;timeout&gt; Timeout to override default value of 90 seconds [default: 90]
</code></pre>
<h4 id="usage-1"><a class="header" href="#usage-1">Usage</a></h4>
<pre><code class="language-bash">metaboss set token-standard-all --keypair &lt;PATH_TO_KEYPAIR&gt; --mint-list &lt;PATH_TO_MINT_ACCOUNTS&gt;
</code></pre>
Expand Down

0 comments on commit c730003

Please sign in to comment.