Skip to content

Commit

Permalink
docs(mint): update docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 21, 2024
1 parent 7e20ed9 commit f4b0841
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/command/axoned_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ axoned query [flags]
* [axoned query ibc-transfer](axoned_query_ibc-transfer.md) - IBC fungible token transfer query subcommands
* [axoned query interchain-accounts](axoned_query_interchain-accounts.md) - IBC interchain accounts query subcommands
* [axoned query logic](axoned_query_logic.md) - Querying commands for the logic module
* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module
* [axoned query params](axoned_query_params.md) - Querying commands for the params module
* [axoned query slashing](axoned_query_slashing.md) - Querying commands for the slashing module
* [axoned query staking](axoned_query_staking.md) - Querying commands for the staking module
Expand Down
8 changes: 4 additions & 4 deletions docs/command/axoned_query_mint.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## axoned query mint

Querying commands for the minting module
Querying commands for the mint module

```
axoned query mint [flags]
Expand All @@ -15,6 +15,6 @@ axoned query mint [flags]
### SEE ALSO

* [axoned query](axoned_query.md) - Querying subcommands
* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Query the current minting annual provisions value
* [axoned query mint inflation](axoned_query_mint_inflation.md) - Query the current minting inflation value
* [axoned query mint params](axoned_query_mint_params.md) - Query the current minting parameters
* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method
* [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method
* [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method
5 changes: 3 additions & 2 deletions docs/command/axoned_query_mint_annual-provisions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## axoned query mint annual-provisions

Query the current minting annual provisions value
Execute the AnnualProvisions RPC method

```
axoned query mint annual-provisions [flags]
Expand All @@ -13,10 +13,11 @@ axoned query mint annual-provisions [flags]
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for annual-provisions
--no-indent Do not indent JSON output
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
```

### SEE ALSO

* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module
5 changes: 3 additions & 2 deletions docs/command/axoned_query_mint_inflation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## axoned query mint inflation

Query the current minting inflation value
Execute the Inflation RPC method

```
axoned query mint inflation [flags]
Expand All @@ -13,10 +13,11 @@ axoned query mint inflation [flags]
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for inflation
--no-indent Do not indent JSON output
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
```

### SEE ALSO

* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module
5 changes: 3 additions & 2 deletions docs/command/axoned_query_mint_params.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## axoned query mint params

Query the current minting parameters
Execute the Params RPC method

```
axoned query mint params [flags]
Expand All @@ -13,10 +13,11 @@ axoned query mint params [flags]
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for params
--no-indent Do not indent JSON output
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
```

### SEE ALSO

* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module

0 comments on commit f4b0841

Please sign in to comment.