mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-15 00:44:04 +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 ']
|