mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
utils/fish: add missing directory completions
This commit is contained in:
@@ -20,7 +20,7 @@ complete -c monero-wallet-cli -l daemon-ssl-allow-any-cert -d "Allow any SSL cer
|
||||
complete -c monero-wallet-cli -l daemon-ssl-allow-chained -d "Allow user (via --daemon-ssl-ca-certifi cates) chain certificates"
|
||||
complete -c monero-wallet-cli -l testnet -d "For testnet. Daemon must also be launched with --testnet flag"
|
||||
complete -c monero-wallet-cli -l stagenet -d "For stagenet. Daemon must also be launched with --stagenet flag"
|
||||
complete -c monero-wallet-cli -l shared-ringdb-dir -r -F -d "Set shared ring database path"
|
||||
complete -c monero-wallet-cli -l shared-ringdb-dir -r -a "(__fish_complete_directories)" -d "Set shared ring database path"
|
||||
complete -c monero-wallet-cli -l kdf-rounds -r -d "Number of rounds for the key derivation function. Default: 1"
|
||||
complete -c monero-wallet-cli -l bitmessage-address -r -d "Use PyBitmessage instance at URL <arg>. Default: http://localhost:8442/"
|
||||
complete -c monero-wallet-cli -l bitmessage-login -r -d "Specify <arg> as username:password for PyBitmessage API. Default: username:password"
|
||||
|
||||
@@ -20,7 +20,7 @@ complete -c monero-wallet-rpc -l daemon-ssl-allow-any-cert -d "Allow any SSL cer
|
||||
complete -c monero-wallet-rpc -l daemon-ssl-allow-chained -d "Allow user (via --daemon-ssl-ca-certifi cates) chain certificates"
|
||||
complete -c monero-wallet-rpc -l testnet -d "For testnet. Daemon must also be launched with --testnet flag"
|
||||
complete -c monero-wallet-rpc -l stagenet -d "For stagenet. Daemon must also be launched with --stagenet flag"
|
||||
complete -c monero-wallet-rpc -l shared-ringdb-dir -r -F -d "Set shared ring database path"
|
||||
complete -c monero-wallet-rpc -l shared-ringdb-dir -r -a "(__fish_complete_directories)" -d "Set shared ring database path"
|
||||
complete -c monero-wallet-rpc -l kdf-rounds -r -d "Number of rounds for the key derivation function. Default: 1"
|
||||
complete -c monero-wallet-rpc -l bitmessage-address -r -d "Use PyBitmessage instance at URL <arg>. Default: http://localhost:8442/"
|
||||
complete -c monero-wallet-rpc -l bitmessage-login -r -d "Specify <arg> as username:password for PyBitmessage API. Default: username:password"
|
||||
@@ -52,7 +52,7 @@ complete -c monero-wallet-rpc -l rpc-ssl-allow-chained -d "Allow user (via --rpc
|
||||
complete -c monero-wallet-rpc -l disable-rpc-ban -d "Do not ban hosts on RPC errors"
|
||||
complete -c monero-wallet-rpc -l wallet-file -r -F -d "Use wallet <arg>"
|
||||
complete -c monero-wallet-rpc -l generate-from-json -r -k -a "(__fish_complete_suffix .json)" -d "Generate wallet from JSON format file"
|
||||
complete -c monero-wallet-rpc -l wallet-dir -r -F -d "Directory for newly created wallets"
|
||||
complete -c monero-wallet-rpc -l wallet-dir -r -a "(__fish_complete_directories)" -d "Directory for newly created wallets"
|
||||
complete -c monero-wallet-rpc -l prompt-for-password -d "Prompts for password when not provided"
|
||||
complete -c monero-wallet-rpc -l detach -d "Run as daemon"
|
||||
complete -c monero-wallet-rpc -l pidfile -r -F -d "File path to write the daemon's PID to (optional, requires --detach)"
|
||||
|
||||
Reference in New Issue
Block a user