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('-l','-l', [CompletionResultType]::ParameterName,'Address(es) to listen for client RPC connections')
29
29
[CompletionResult]::new('--listen','--listen', [CompletionResultType]::ParameterName,'Address(es) to listen for client RPC connections')
30
30
[CompletionResult]::new('-b','-b', [CompletionResultType]::ParameterName,'Address(es) to listen for block provider connections')
31
31
[CompletionResult]::new('--blocks','--blocks', [CompletionResultType]::ParameterName,'Address(es) to listen for block provider connections')
32
32
[CompletionResult]::new('-v','-v', [CompletionResultType]::ParameterName,'Set a verbosity level')
33
33
[CompletionResult]::new('--verbose','--verbose', [CompletionResultType]::ParameterName,'Set a verbosity level')
34
-
[CompletionResult]::new('--no-network-prefix','--no-network-prefix', [CompletionResultType]::ParameterName,'Do not add network prefix to the `--data-dir`')
34
+
[CompletionResult]::new('--no-network-prefix','--no-network-prefix', [CompletionResultType]::ParameterName,'Do not add network name as a prefix to the data directory')
35
35
[CompletionResult]::new('-h','-h', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
36
36
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
[CompletionResult]::new('-v','-v', [CompletionResultType]::ParameterName,'Set a verbosity level')
49
49
[CompletionResult]::new('--verbose','--verbose', [CompletionResultType]::ParameterName,'Set a verbosity level')
50
-
[CompletionResult]::new('--no-network-prefix','--no-network-prefix', [CompletionResultType]::ParameterName,'Do not add network prefix to the `--data-dir`')
50
+
[CompletionResult]::new('--no-network-prefix','--no-network-prefix', [CompletionResultType]::ParameterName,'Do not add network name as a prefix to the data directory')
51
51
[CompletionResult]::new('-h','-h', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
52
52
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
0 commit comments