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('--threads','--threads', [CompletionResultType]::ParameterName,'Set the maximum number of threads to spawn. Could be either "auto", "max", or a number')
31
31
[CompletionResult]::new('--json-input','--json-input', [CompletionResultType]::ParameterName,'Read JSON data from stdin')
32
32
[CompletionResult]::new('--json-output','--json-output', [CompletionResultType]::ParameterName,'Print JSON data instead of an ASCII chart')
33
+
[CompletionResult]::new('--deduplicate-hardlinks','--deduplicate-hardlinks', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and remove their sizes from total')
33
34
[CompletionResult]::new('--top-down','--top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
34
35
[CompletionResult]::new('--align-right','--align-right', [CompletionResultType]::ParameterName,'Set the root of the bars to the right')
35
36
[CompletionResult]::new('--no-sort','--no-sort', [CompletionResultType]::ParameterName,'Preserve order of entries')
0 commit comments