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('--json-input','json-input', [CompletionResultType]::ParameterName,'Read JSON data from stdin')
30
30
[CompletionResult]::new('--json-output','json-output', [CompletionResultType]::ParameterName,'Print JSON data instead of an ASCII chart')
31
31
[CompletionResult]::new('--top-down','top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
32
+
[CompletionResult]::new('--align-left','align-left', [CompletionResultType]::ParameterName,'Fill the bars from left to right')
32
33
[CompletionResult]::new('--no-sort','no-sort', [CompletionResultType]::ParameterName,'Preserve order of entries')
33
34
[CompletionResult]::new('--silent-errors','silent-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
34
35
[CompletionResult]::new('--progress','progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
0 commit comments