mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-14 16:34:06 +00:00
8 lines
250 B
TOML
8 lines
250 B
TOML
|
[[cmd]]
|
|||
|
name = "‘exa -lgh’ produces a tree view with attribute entries"
|
|||
|
shell = "exa -lgh /testcases/passwd"
|
|||
|
stdout = { file = "outputs/passwd_long_group_header.ansitxt" }
|
|||
|
stderr = { empty = true }
|
|||
|
status = 0
|
|||
|
tags = [ 'long', 'group', 'header' ]
|