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')
33
33
[CompletionResult]::new('--json-input','--json-input', [CompletionResultType]::ParameterName,'Read JSON data from stdin')
34
34
[CompletionResult]::new('--json-output','--json-output', [CompletionResultType]::ParameterName,'Print JSON data instead of an ASCII chart')
35
-
[CompletionResult]::new('--deduplicate-hardlinks','--deduplicate-hardlinks', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and remove their sizes from total')
36
-
[CompletionResult]::new('--detect-links','--detect-links', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and remove their sizes from total')
37
-
[CompletionResult]::new('--dedupe-links','--dedupe-links', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and remove their sizes from total')
35
+
[CompletionResult]::new('--deduplicate-hardlinks','--deduplicate-hardlinks', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and subtract their sizes from total')
36
+
[CompletionResult]::new('--detect-links','--detect-links', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and subtract their sizes from total')
37
+
[CompletionResult]::new('--dedupe-links','--dedupe-links', [CompletionResultType]::ParameterName,'Detect duplicated hardlinks and subtract their sizes from total')
38
38
[CompletionResult]::new('--top-down','--top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
39
39
[CompletionResult]::new('--align-right','--align-right', [CompletionResultType]::ParameterName,'Set the root of the bars to the right')
40
-
[CompletionResult]::new('--no-sort','--no-sort', [CompletionResultType]::ParameterName,'Preserve order of entries')
40
+
[CompletionResult]::new('--no-sort','--no-sort', [CompletionResultType]::ParameterName,'Do not sort the branches in the tree')
41
41
[CompletionResult]::new('--silent-errors','--silent-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
42
42
[CompletionResult]::new('--no-errors','--no-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
43
43
[CompletionResult]::new('--progress','--progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
0 commit comments