You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CompletionResult]::new('-m','m', [CompletionResultType]::ParameterName,'ZMQ socket name/address to forward all incoming lightning messages')
34
-
[CompletionResult]::new('--msg-socket','msg-socket', [CompletionResultType]::ParameterName,'ZMQ socket name/address to forward all incoming lightning messages')
35
-
[CompletionResult]::new('-x','x', [CompletionResultType]::ParameterName,'ZMQ socket name/address for daemon control interface')
36
-
[CompletionResult]::new('--ctl-socket','ctl-socket', [CompletionResultType]::ParameterName,'ZMQ socket name/address for daemon control interface')
32
+
[CompletionResult]::new('-m','m', [CompletionResultType]::ParameterName,'ZMQ socket used internally by daemon message bus')
33
+
[CompletionResult]::new('--msg','msg', [CompletionResultType]::ParameterName,'ZMQ socket used internally by daemon message bus')
34
+
[CompletionResult]::new('-r','r', [CompletionResultType]::ParameterName,'ZMQ socket for daemon RPC interface')
35
+
[CompletionResult]::new('--rpc','rpc', [CompletionResultType]::ParameterName,'ZMQ socket for daemon RPC interface')
37
36
[CompletionResult]::new('-n','n', [CompletionResultType]::ParameterName,'Blockchain to use')
38
37
[CompletionResult]::new('--chain','chain', [CompletionResultType]::ParameterName,'Blockchain to use')
39
-
[CompletionResult]::new('--electrum-server','electrum-server', [CompletionResultType]::ParameterName,'Electrum server to use. `extract` command')
38
+
[CompletionResult]::new('--electrum-server','electrum-server', [CompletionResultType]::ParameterName,'Electrum server to use')
40
39
[CompletionResult]::new('--electrum-port','electrum-port', [CompletionResultType]::ParameterName,'Customize Electrum server port number. By default the wallet will use port matching the selected network')
41
40
[CompletionResult]::new('-h','h', [CompletionResultType]::ParameterName,'Print help information')
42
41
[CompletionResult]::new('--help','help', [CompletionResultType]::ParameterName,'Print help information')
43
42
[CompletionResult]::new('-V','V', [CompletionResultType]::ParameterName,'Print version information')
44
43
[CompletionResult]::new('--version','version', [CompletionResultType]::ParameterName,'Print version information')
[CompletionResult]::new('-m','m', [CompletionResultType]::ParameterName,'ZMQ socket name/address to forward all incoming lightning messages')
32
-
[CompletionResult]::new('--msg-socket','msg-socket', [CompletionResultType]::ParameterName,'ZMQ socket name/address to forward all incoming lightning messages')
33
-
[CompletionResult]::new('-x','x', [CompletionResultType]::ParameterName,'ZMQ socket name/address for daemon control interface')
34
-
[CompletionResult]::new('--ctl-socket','ctl-socket', [CompletionResultType]::ParameterName,'ZMQ socket name/address for daemon control interface')
29
+
[CompletionResult]::new('-m','m', [CompletionResultType]::ParameterName,'ZMQ socket used internally by daemon message bus')
30
+
[CompletionResult]::new('--msg','msg', [CompletionResultType]::ParameterName,'ZMQ socket used internally by daemon message bus')
31
+
[CompletionResult]::new('-r','r', [CompletionResultType]::ParameterName,'ZMQ socket for daemon RPC interface')
32
+
[CompletionResult]::new('--rpc','rpc', [CompletionResultType]::ParameterName,'ZMQ socket for daemon RPC interface')
35
33
[CompletionResult]::new('-n','n', [CompletionResultType]::ParameterName,'Blockchain to use')
36
34
[CompletionResult]::new('--chain','chain', [CompletionResultType]::ParameterName,'Blockchain to use')
37
-
[CompletionResult]::new('--electrum-server','electrum-server', [CompletionResultType]::ParameterName,'Electrum server to use. `extract` command')
35
+
[CompletionResult]::new('--electrum-server','electrum-server', [CompletionResultType]::ParameterName,'Electrum server to use')
38
36
[CompletionResult]::new('--electrum-port','electrum-port', [CompletionResultType]::ParameterName,'Customize Electrum server port number. By default the wallet will use port matching the selected network')
39
37
[CompletionResult]::new('-h','h', [CompletionResultType]::ParameterName,'Print help information')
40
38
[CompletionResult]::new('--help','help', [CompletionResultType]::ParameterName,'Print help information')
41
39
[CompletionResult]::new('-V','V', [CompletionResultType]::ParameterName,'Print version information')
42
40
[CompletionResult]::new('--version','version', [CompletionResultType]::ParameterName,'Print version information')
0 commit comments