File: manpage.patch

package info (click to toggle)
node-ava 5.3.1%2Bdfsg%2B~cs46.3.10-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,608 kB
  • sloc: javascript: 19,259; sh: 9; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: fix manpage
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2022-06-25

--- a/docs/05-command-line.md
+++ b/docs/05-command-line.md
@@ -1,7 +1,9 @@
-# CLI
+# AVA - Test runner for Node.js with a concise API
 
 Translations: [Français](https://github.com/avajs/ava-docs/blob/main/fr_FR/docs/05-command-line.md)
 
+## SYNOPSIS
+
 ```console
 ava [<pattern>...]
 ava debug [<pattern>...]
@@ -51,6 +53,8 @@
   ava test.js:4,7-9
 ```
 
+## DESCRIPTION
+
 AVA searches for test files using the following patterns:
 
 * `test.js`