Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Run a test in the current working directory:
`cd {{path/to/test}} && tmt try`
`cd {{path/to/test_directory}} && tmt try`
- Use a specific operating system:
@@ -26,15 +26,15 @@ source: https://github.com/tldr-pages/tldr.git
- Select tests with custom filter:
`tmt try --test {{feature}}`
`tmt try {{[-t|--test]}} {{feature}}`
- Provision guest and wait for instructions:
`tmt try --ask`
`tmt try {{[-a|--ask]}}`
- Directly log into the guest without asking:
`tmt try --login`
`tmt try {{[-l|--login]}}`
- Display help: