1
0
mirror of https://github.com/Llewellynvdm/exa.git synced 2025-01-27 07:38:27 +00:00

8 lines
184 B
TOML
Raw Normal View History

2020-10-17 20:39:44 +01:00
[[cmd]]
name = "exa --help produces the correct help text"
shell = "exa --help"
stdout = { file = "outputs/help.ansitxt" }
stderr = { empty = true }
status = 0
tags = [ 'help' ]