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 bytes-format -d'How to display the numbers of bytes'-r-f-a"{plain Display the value as-is,metric Display the value with a unit suffix in [metric scale](formatter::METRIC),binary Display the value with a unit suffix in [binary scale](formatter::BINARY)}"
2
-
complete-c pdu -l quantity -d'Aspect of the files/directories to be measured'-r-f-a"{len Measure apparent sizes, equivalent to the [len](std::fs::Metadata::len) method,blksize Measure block sizes, equivalent to the [blksize](std::os::unix::prelude::MetadataExt::blksize) method (POSIX only),blocks Count numbers of blocks, equivalent to the [blocks](std::os::unix::prelude::MetadataExt::blocks) method (POSIX only)}"
2
+
complete-c pdu -l quantity -d'Aspect of the files/directories to be measured'-r-f-a"{len Measure apparent sizes\, equivalent to the [len](std::fs::Metadata::len) method,blksize Measure block sizes\, equivalent to the [blksize](std::os::unix::prelude::MetadataExt::blksize) method (POSIX only),blocks Count numbers of blocks\, equivalent to the [blocks](std::os::unix::prelude::MetadataExt::blocks) method (POSIX only)}"
3
3
complete-c pdu -l max-depth -d'Maximum depth to display the data (must be greater than 0)'-r
4
4
complete-c pdu -l total-width -d'Width of the visualization'-r
5
5
complete-c pdu -l column-width -d'Maximum widths of the tree column and width of the bar column'-r
6
6
complete-c pdu -l min-ratio -d'Minimal size proportion required to appear'-r
7
-
complete-c pdu -s h -lhelp-d'Print help information'
8
-
complete-c pdu -s V -l version -d'Print version information'
9
7
complete-c pdu -l json-input -d'Read JSON data from stdin'
10
8
complete-c pdu -l json-output -d'Print JSON data instead of an ASCII chart'
11
9
complete-c pdu -l top-down -d'Print the tree top-down instead of bottom-up'
12
10
complete-c pdu -l align-left -d'Fill the bars from left to right'
13
11
complete-c pdu -l no-sort-d'Preserve order of entries'
14
12
complete-c pdu -l silent-errors -d'Prevent filesystem error messages from appearing in stderr'
15
13
complete-c pdu -l progress -d'Report progress being made at the expense of performance'
14
+
complete-c pdu -s h -lhelp-d'Print help information (use `--help` for more detail)'
15
+
complete-c pdu -s V -l version -d'Print version information'
[CompletionResult]::new('--total-width','total-width', [CompletionResultType]::ParameterName,'Width of the visualization')
28
28
[CompletionResult]::new('--column-width','column-width', [CompletionResultType]::ParameterName,'Maximum widths of the tree column and width of the bar column')
29
29
[CompletionResult]::new('--min-ratio','min-ratio', [CompletionResultType]::ParameterName,'Minimal size proportion required to appear')
30
-
[CompletionResult]::new('-h','h', [CompletionResultType]::ParameterName,'Print help information')
31
-
[CompletionResult]::new('--help','help', [CompletionResultType]::ParameterName,'Print help information')
32
-
[CompletionResult]::new('-V','V', [CompletionResultType]::ParameterName,'Print version information')
33
-
[CompletionResult]::new('--version','version', [CompletionResultType]::ParameterName,'Print version information')
34
30
[CompletionResult]::new('--json-input','json-input', [CompletionResultType]::ParameterName,'Read JSON data from stdin')
35
31
[CompletionResult]::new('--json-output','json-output', [CompletionResultType]::ParameterName,'Print JSON data instead of an ASCII chart')
36
32
[CompletionResult]::new('--top-down','top-down', [CompletionResultType]::ParameterName,'Print the tree top-down instead of bottom-up')
37
33
[CompletionResult]::new('--align-left','align-left', [CompletionResultType]::ParameterName,'Fill the bars from left to right')
38
34
[CompletionResult]::new('--no-sort','no-sort', [CompletionResultType]::ParameterName,'Preserve order of entries')
39
35
[CompletionResult]::new('--silent-errors','silent-errors', [CompletionResultType]::ParameterName,'Prevent filesystem error messages from appearing in stderr')
40
36
[CompletionResult]::new('--progress','progress', [CompletionResultType]::ParameterName,'Report progress being made at the expense of performance')
37
+
[CompletionResult]::new('-h','h', [CompletionResultType]::ParameterName,'Print help information (use `--help` for more detail)')
38
+
[CompletionResult]::new('--help','help', [CompletionResultType]::ParameterName,'Print help information (use `--help` for more detail)')
39
+
[CompletionResult]::new('-V','V', [CompletionResultType]::ParameterName,'Print version information')
40
+
[CompletionResult]::new('--version','version', [CompletionResultType]::ParameterName,'Print version information')
0 commit comments