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('--bytes-format','--bytes-format', [CompletionResultType]::ParameterName,'How to display the numbers of bytes')
25
25
[CompletionResult]::new('--quantity','--quantity', [CompletionResultType]::ParameterName,'Aspect of the files/directories to be measured')
26
26
[CompletionResult]::new('--max-depth','--max-depth', [CompletionResultType]::ParameterName,'Maximum depth to display the data (must be greater than 0)')
27
+
[CompletionResult]::new('--depth','--depth', [CompletionResultType]::ParameterName,'Maximum depth to display the data (must be greater than 0)')
27
28
[CompletionResult]::new('--total-width','--total-width', [CompletionResultType]::ParameterName,'Width of the visualization')
29
+
[CompletionResult]::new('--width','--width', [CompletionResultType]::ParameterName,'Width of the visualization')
28
30
[CompletionResult]::new('--column-width','--column-width', [CompletionResultType]::ParameterName,'Maximum widths of the tree column and width of the bar column')
29
31
[CompletionResult]::new('--min-ratio','--min-ratio', [CompletionResultType]::ParameterName,'Minimal size proportion required to appear')
30
32
[CompletionResult]::new('--threads','--threads', [CompletionResultType]::ParameterName,'Set the maximum number of threads to spawn. Could be either "auto", "max", or a number')
[CompletionResult]::new('--align-right','--align-right', [CompletionResultType]::ParameterName,'Set the root of the bars to the right')
35
37
[CompletionResult]::new('--no-sort','--no-sort', [CompletionResultType]::ParameterName,'Preserve order of entries')
36
38
[CompletionResult]::new('--silent-errors','--silent-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
39
+
[CompletionResult]::new('--no-errors','--no-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
37
40
[CompletionResult]::new('--progress','--progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
38
41
[CompletionResult]::new('-h','-h', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
39
42
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,'Print help (see more with ''--help'')')
0 commit comments