utils: add missing rpc flags to fish autocomplete

This commit is contained in:
selsta
2026-05-19 19:20:44 +02:00
parent 19a537b050
commit b393830309
+4
View File
@@ -109,3 +109,7 @@ complete -c monerod -l rpc-payment-address -r -d "Restrict RPC to clients sendin
complete -c monerod -l rpc-payment-difficulty -r -d "Restrict RPC to clients sending micropayment at this difficulty. Default: 1000"
complete -c monerod -l rpc-payment-credits -r -d "Restrict RPC to clients sending micropayment, yields that many credits per payment. Default: 100"
complete -c monerod -l rpc-payment-allow-free-loopback -d "Allow free access from the loopback address (ie, the local host)"
complete -c monerod -l rpc-max-connections-per-public-ip -d "Max RPC connections per public IP permitted. Default: 3"
complete -c monerod -l rpc-max-connections-per-private-ip -d "Max RPC connections per private and localhost IP permitted. Default: 25"
complete -c monerod -l rpc-max-connections -d "Max RPC connections permitted. Default: 100"
complete -c monerod -l rpc-response-soft-limit -d "Max response bytes that can be queued, enforced at next response attempt. Default: 26214400"