mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
7 lines
184 B
TOML
7 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' ]
|