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
complete-c pdu -l threads -d'Set the maximum number of threads to spawn. Could be either "auto", "max", or a number'-r
12
12
complete-c pdu -l json-input -d'Read JSON data from stdin'
13
13
complete-c pdu -l json-output -d'Print JSON data instead of an ASCII chart'
14
+
complete-c pdu -l deduplicate-hardlinks -l detect-links -l dedupe-links -d'Detect and subtract the sizes of hardlinks from their parent directory totals'
14
15
complete-c pdu -l top-down -d'Print the tree top-down instead of bottom-up'
15
16
complete-c pdu -l align-right -d'Set the root of the bars to the right'
16
17
complete-c pdu -l no-sort-d'Do not sort the branches in the tree'
17
18
complete-c pdu -l silent-errors -l no-errors -d'Prevent filesystem error messages from appearing in stderr'
18
19
complete-c pdu -l progress -d'Report progress being made at the expense of performance'
20
+
complete-c pdu -l omit-json-shared-details -d'Do not output `.shared.details` in the JSON output'
21
+
complete-c pdu -l omit-json-shared-summary -d'Do not output `.shared.summary` in the JSON output'
19
22
complete-c pdu -s h -lhelp-d'Print help (see more with \'--help\')'
[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 and subtract the sizes of hardlinks from their parent directory totals')
36
+
[CompletionResult]::new('--detect-links','--detect-links', [CompletionResultType]::ParameterName,'Detect and subtract the sizes of hardlinks from their parent directory totals')
37
+
[CompletionResult]::new('--dedupe-links','--dedupe-links', [CompletionResultType]::ParameterName,'Detect and subtract the sizes of hardlinks from their parent directory totals')
35
38
[CompletionResult]::new('--top-down','--top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
36
39
[CompletionResult]::new('--align-right','--align-right', [CompletionResultType]::ParameterName,'Set the root of the bars to the right')
37
40
[CompletionResult]::new('--no-sort','--no-sort', [CompletionResultType]::ParameterName,'Do not sort the branches in the tree')
38
41
[CompletionResult]::new('--silent-errors','--silent-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
39
42
[CompletionResult]::new('--no-errors','--no-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
40
43
[CompletionResult]::new('--progress','--progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
44
+
[CompletionResult]::new('--omit-json-shared-details','--omit-json-shared-details', [CompletionResultType]::ParameterName,'Do not output `.shared.details` in the JSON output')
45
+
[CompletionResult]::new('--omit-json-shared-summary','--omit-json-shared-summary', [CompletionResultType]::ParameterName,'Do not output `.shared.summary` in the JSON output')
41
46
[CompletionResult]::new('-h','-h', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
42
47
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
0 commit comments