mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 07:10:56 +00:00
8 lines
184 B
TOML
8 lines
184 B
TOML
[[cmd]]
|
||
name = "‘exa --help’ produces the correct help text"
|
||
shell = "exa --help"
|
||
stdout = { file = "outputs/help.ansitxt" }
|
||
stderr = { empty = true }
|
||
status = 0
|
||
tags = [ 'help' ]
|