powertest.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. dump_dir: tests/ptests
  2. depth: 1
  3. binary: eza
  4. gen_binary: target/debug/eza
  5. args: tests/test_dir
  6. commands:
  7. ? - null # Meta options
  8. - --help
  9. :
  10. ? - -v
  11. - --version
  12. :
  13. ? - -1 # Display Options
  14. - --oneline
  15. :
  16. ? - -l
  17. - --long
  18. :
  19. ? - -G
  20. - --grid
  21. :
  22. ? - -x
  23. - --across
  24. :
  25. ? - -R
  26. - --recurse
  27. :
  28. ? - -T
  29. - --tree
  30. :
  31. ? - -X
  32. - --dereference
  33. :
  34. ? - -F
  35. - --classify
  36. :
  37. ? - -F
  38. - --classify
  39. : values:
  40. - auto
  41. - always
  42. - never
  43. ? - null
  44. - --color
  45. : values:
  46. - auto
  47. - always
  48. - never
  49. ? - null
  50. - --colour
  51. : values:
  52. - auto
  53. - always
  54. - never
  55. ? - null
  56. - --icons
  57. :
  58. ? - null
  59. - --icons
  60. : values:
  61. - auto
  62. - always
  63. - never
  64. ? - null
  65. - --no-quotes
  66. :
  67. ? - null
  68. - --hyperlink
  69. :
  70. ? - null
  71. - --absolute
  72. : values:
  73. - on
  74. - follow
  75. - off
  76. ? - -w
  77. - --width
  78. : values:
  79. - 15
  80. - 30
  81. - 200
  82. ? - null
  83. - --smart-group
  84. :
  85. ? - -a # Filtering and Sorting Options
  86. - --all
  87. :
  88. ? - -A
  89. - --almost-all
  90. :
  91. ? - -d
  92. - --list-dirs
  93. :
  94. ? - -L
  95. - --level
  96. : prefix: --tree
  97. values:
  98. - 1
  99. - 2
  100. - 3
  101. - 4
  102. - 5
  103. ? - -r
  104. - --reverse
  105. :
  106. ? - -s
  107. - --sort
  108. : short: -s
  109. long: time-style
  110. prefix: -l
  111. values:
  112. #- accessed
  113. - age
  114. #- changed
  115. #- created
  116. - date
  117. - Ext
  118. - ext
  119. - Extension
  120. - extension
  121. - Filename
  122. - filename
  123. - inode
  124. - modified
  125. - Name
  126. - name
  127. - newest
  128. - none
  129. - oldest
  130. - size
  131. - time
  132. - type
  133. ? - null
  134. - --group-directories-first
  135. :
  136. ? - -D
  137. - --only-dirs
  138. :
  139. ? - -f
  140. - --only-files
  141. :
  142. ? - -f
  143. - --only-files
  144. :
  145. ? - -I # TODO: add more globs
  146. - --ignore-glob
  147. : prefix: -l
  148. values:
  149. - "*.toml"
  150. ? - null
  151. - --git-ignore
  152. :
  153. ? - -b # Long View Options
  154. - --binary
  155. :
  156. ? - -B
  157. - --bytes
  158. :
  159. ? - -g
  160. - --group
  161. :
  162. ? - -h
  163. - --header
  164. :
  165. ? - -H
  166. - --links
  167. :
  168. ? - -i
  169. - --inode
  170. :
  171. ? - -m
  172. - --modified
  173. :
  174. ? - -M
  175. - --mounts
  176. :
  177. ? - -n
  178. - --numeric
  179. :
  180. ? - -S
  181. - --blocksize
  182. :
  183. ? - -t
  184. - --time
  185. : prefix: -l
  186. values:
  187. - modified
  188. #- accessed BROKEN
  189. #- changed
  190. #- created
  191. ? - -u
  192. - --accessed
  193. :
  194. ? - -U
  195. - --created
  196. :
  197. ? - null
  198. - --changed
  199. :
  200. ? - null
  201. - --time-style
  202. : long: time-style
  203. values:
  204. - default
  205. - iso
  206. - long-iso
  207. - full-iso
  208. - relative
  209. ? - null
  210. - --total-size
  211. :
  212. ? - null
  213. - --no-permissions
  214. :
  215. ? - -o
  216. - --octal-permissions
  217. :
  218. ? - null
  219. - --no-filesize
  220. :
  221. ? - null
  222. - --no-user
  223. :
  224. ? - null
  225. - --git
  226. :
  227. ? - null
  228. - --no-git
  229. :
  230. ? - null
  231. - --git-repos
  232. :
  233. ? - -@
  234. - --extended
  235. :
  236. ? - -Z
  237. - --context
  238. :