bat/doc
Martin Nordholts 719248f1c1
Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183)
* Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI

Note that we run `find . -name bat.1` before we run anything with
`--all-features`, because `--all-features` is considered a separate
target, and so we will get a different (but identical) `bat.1`. For
example, we might have these:

    ./target/debug/build/bat-218e9538b4996215/out/assets/manual/bat.1
    ./target/debug/build/bat-89d6f56802af023f/out/assets/manual/bat.1

By showing the man page earlier, there is only one `bat.1` to pick from.

* Use plain `man $(find . -name bat.1)`
2022-05-06 07:33:32 +02:00
..
sponsors Add WorkOS sponsor to readme 2022-02-09 21:54:32 +01:00
README-ja.md Fix a repology badge in READMEs 2022-02-26 13:54:02 +01:00
README-ko.md small typos, should not interrupt anything 2022-01-09 12:59:01 +01:00
README-ru.md Fix a repology badge in READMEs 2022-02-26 13:54:02 +01:00
README-zh.md Set minimum supported rust version to 1.51 2021-12-30 07:58:15 +01:00
alternatives.md Move comparison.sh benchmark script to documentation 2021-11-23 08:14:49 +01:00
assets.md Make Package Control reference a link 2021-08-19 07:21:32 +02:00
logo-header.svg Make logo compatible with light and dark themes 2020-10-14 08:15:08 +02:00
release-checklist.md Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183) 2022-05-06 07:33:32 +02:00
sponsors.md Add additional note to sponsors.md 2022-02-09 21:57:52 +01:00