File: Development.md

package info (click to toggle)
rust-clap-markdown 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development

## Quick Command Reference

**Test that the examples are up-to-date:**

The [`tests/test_examples.rs`](../tests/test_examples.rs) program contains
tests that the Markdown generated for each sample program in
[`./docs/examples`](../docs/examples/) matches the corresponding `.md` file.

Test that the generated example Markdown is up to date:

```shell
$ cargo test
```