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
Copy file name to clipboardExpand all lines: exports/completion.fish
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
complete-c pdu -l bytes-format -d'How to display the numbers of bytes'-r-f-a"{plain Display plain number of bytes without units,metric Use metric scale\, i.e. 1K = 1000B\, 1M = 1000K\, and so on,binary Use binary scale\, i.e. 1K = 1024B\, 1M = 1024K\, and so on}"
2
-
complete-c pdu -l quantity -d'Aspect of the files/directories to be measured'-r-f-a"{len Measure apparent sizes,blksize Measure blksize,blocks Count number of blocks}"
2
+
complete-c pdu -l quantity -d'Aspect of the files/directories to be measured'-r-f-a"{apparent-size Measure apparent sizes,block-size Measure block sizes (block-count * 512B),block-count Count numbers of blocks}"
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
0 commit comments