Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# autopkgtest
> Run tests on Debian packages.
> More information: <https://wiki.debian.org/ContinuousIntegration/autopkgtest>.
> More information: <https://manpages.debian.org/bookworm/autopkgtest/autopkgtest.1.en.html>.
- Build the package in the current directory and run all tests directly on the system:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Test the package in the current directory without rebuilding it:
`autopkgtest --no-built-binaries -- {{null}}`
`autopkgtest {{[-B|--no-built-binaries]}} -- {{null}}`