File: help.toml

package info (click to toggle)
rust-exa 0.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,504 kB
  • sloc: sh: 57; perl: 29; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
[[cmd]]
name = "‘exa --help’ produces the correct help text"
shell = "exa --help"
stdout = { file = "outputs/help.ansitxt" }
stderr = { empty = true }
status = 0
tags = [ 'help' ]