help.toml 184 B

1234567
  1. [[cmd]]
  2. name = "‘exa --help’ produces the correct help text"
  3. shell = "exa --help"
  4. stdout = { file = "outputs/help.ansitxt" }
  5. stderr = { empty = true }
  6. status = 0
  7. tags = [ 'help' ]