Networkstring`long:"network" description:"network to run on" choice:"regtest" choice:"testnet" choice:"mainnet" choice:"simnet"`
SwapServerstring`long:"swapserver" description:"swap server address host:port"`
TLSPathSwapSrvstring`long:"tlspathswapserver" description:"Path to swap server tls certificate. Only needed if the swap server uses a self-signed certificate."`
RPCListenstring`long:"rpclisten" description:"Address to listen on for gRPC clients"`
RESTListenstring`long:"restlisten" description:"Address to listen on for REST clients"`
LogDirstring`long:"logdir" description:"Directory to log output."`
MaxLogFilesint`long:"maxlogfiles" description:"Maximum logfiles to keep (0 for no rotation)"`
MaxLogFileSizeint`long:"maxlogfilesize" description:"Maximum logfile size in MB"`
DebugLevelstring`short:"d" long:"debuglevel" description:"Logging level for all subsystems {trace, debug, info, warn, error, critical} -- You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set the log level for individual subsystems -- Use show to list available subsystems"`
ViewviewParameters`command:"view" alias:"v" description:"View all swaps in the database. This command can only be executed when loopd is not running."`