eza/powertest.yaml
Christina Sørensen 9c55a616c2 test: display and meta options
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-16 14:41:07 +01:00

137 lines
1.7 KiB
YAML

dump_dir: tests/ptests
depth: 1
binary: eza
gen_binary: target/debug/eza
args: tests/test_dir
commands:
? - null
- --help
:
? - -v
- --version
:
? - -1
- --oneline
:
? - -l
- --long
:
? - -G
- --grid
:
? - -x
- --across
:
? - -R
- --recurse
:
? - -T
- --tree
:
? - -X
- --dereference
:
? - -F
- --classify
:
? - null
- --color
: values:
- auto
- always
- never
? - null
- --colour
: values:
- auto
- always
- never
? - null
- --icons
:
? - null
- --icons
: values:
- auto
- always
- never
? - null
- --no-quotes
? - null
- --hyperlink
? - -w
- --width
: values:
- 15
- 30
- 200
? - null
- --smart-group
? - -L
- --level
: prefix: --tree
values:
- 1
- 2
- 3
- 4
- 5
? - -w
- --width
: values:
- 1
- 2
- 3
- 4
- 5
? - -t
- --time
: prefix: -l
values:
- modified
#- accessed BROKEN
#- changed
#- created
? # TODO: add more globs
- -I
- --ignore-glob
: prefix: -l
values:
- "*.toml"
? - null
- --time-style
: long: time-style
values:
- default
- iso
- long-iso
- full-iso
- relative
? - -s
- --sort
: short: -s
long: time-style
prefix: -l
values:
#- accessed
- age
#- changed
#- created
- date
- Ext
- ext
- Extension
- extension
- Filename
- filename
- inode
- modified
- Name
- name
- newest
- none
- oldest
- size
- time
- type