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('--total-width','--total-width', [CompletionResultType]::ParameterName,'Width of the visualization')
28
28
[CompletionResult]::new('--column-width','--column-width', [CompletionResultType]::ParameterName,'Maximum widths of the tree column and width of the bar column')
29
29
[CompletionResult]::new('--min-ratio','--min-ratio', [CompletionResultType]::ParameterName,'Minimal size proportion required to appear')
30
+
[CompletionResult]::new('--threads','--threads', [CompletionResultType]::ParameterName,'Set the maximum number of threads to spawn. Could be either "auto", "max", or a number')
30
31
[CompletionResult]::new('--json-input','--json-input', [CompletionResultType]::ParameterName,'Read JSON data from stdin')
31
32
[CompletionResult]::new('--json-output','--json-output', [CompletionResultType]::ParameterName,'Print JSON data instead of an ASCII chart')
32
33
[CompletionResult]::new('--top-down','--top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
0 commit comments