exa/xtests/help.toml

8 lines
184 B
TOML
Raw Permalink Normal View History

2020-10-17 19:39:44 +00: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' ]