Skip to content

Commit

Permalink
docs: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 17, 2025
1 parent bc23577 commit a558fae
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/command-line-interface/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ FLAGS
True means the request will be sent through multisig.
--useSafe
True means the request will be sent through safe.
True means the request will be sent through SAFE (http://safe.global)
DESCRIPTION
Approve a dequeued governance proposal (or hotfix)
Expand Down Expand Up @@ -580,8 +580,9 @@ USAGE
<value> | --useLedger | ] [-n <value>] [--gasCurrency
0x1234567890123456789012345678901234567890] [--ledgerAddresses <value> ]
[--ledgerLiveMode ] [--globalHelp] [--for 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
--useMultiSig] [--force] [--noInfo] [--afterExecutingProposal <value> |
--afterExecutingID <value>]
[--useMultiSig | --useSafe]] [--safeAddress
0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d ] [--force] [--noInfo]
[--afterExecutingProposal <value> | --afterExecutingID <value>]
FLAGS
-k, --privateKey=<value>
Expand Down Expand Up @@ -633,12 +634,18 @@ FLAGS
--noInfo
Skip printing the proposal info
--safeAddress=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
Address of the safe.
--useLedger
Set it to use a ledger wallet
--useMultiSig
True means the request will be sent through multisig.
--useSafe
True means the request will be sent through SAFE (http://safe.global).
DESCRIPTION
Submit a governance proposal
Expand Down Expand Up @@ -1407,7 +1414,8 @@ USAGE
<value> | --useLedger | ] [-n <value>] [--gasCurrency
0x1234567890123456789012345678901234567890] [--ledgerAddresses <value> ]
[--ledgerLiveMode ] [--globalHelp] [--for 0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
--useMultiSig]
[--useMultiSig | --useSafe]] [--safeAddress
0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d ]
FLAGS
-k, --privateKey=<value>
Expand Down Expand Up @@ -1438,12 +1446,18 @@ FLAGS
the 5th. This is useful to use same address on you Ledger with celocli as you do on
Ledger Live
--safeAddress=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d
Address of the safe.
--useLedger
Set it to use a ledger wallet
--useMultiSig
True means the request will be sent through multisig.
--useSafe
True means the request will be sent through SAFE (http://safe.global).
DESCRIPTION
Withdraw refunded governance proposal deposits.
Expand Down

0 comments on commit a558fae

Please sign in to comment.